public sealed class DeleteFolderRequest : IMessage<DeleteFolderRequest>, IEquatable<DeleteFolderRequest>, IDeepCloneable<DeleteFolderRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DeleteFolderRequest` class, which is used to request the deletion of a folder in Google Cloud Resource Manager."],["The `DeleteFolderRequest` class is part of the `Google.Cloud.ResourceManager.V3` namespace and is implemented in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["There are two constructors for the `DeleteFolderRequest` class: a default constructor and a copy constructor."],["The `DeleteFolderRequest` class has two key properties: `FolderName`, a `FolderName`-typed view, and `Name`, a string that represents the resource name of the folder to delete, with the format `folders/{folder_id}`."],["The documentation covers multiple versions of the `DeleteFolderRequest`, ranging from 1.0.0 to the latest version, 2.5.0."]]],[]]