public sealed class DeleteFolderRequest : IMessage<DeleteFolderRequest>, IEquatable<DeleteFolderRequest>, IDeepCloneable<DeleteFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class DeleteFolderRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.4.0."],["The `DeleteFolderRequest` class is a message object used to request the deletion of a folder and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default constructor and one that accepts another `DeleteFolderRequest` object as a parameter for copying."],["The `DeleteFolderRequest` class contains properties such as `FolderName` and `Name`, where `Name` is the required resource name of the folder to be deleted, formatted as `folders/{folder_id}`."],["The available versions of this class range from 1.0.0 to 2.5.0, with 2.5.0 being the latest version, while this specific documentation corresponds to version 2.4.0."]]],[]]