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 webpage provides documentation for the `DeleteFolderRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, specifically version 1.1.0, which is part of the Google Cloud .NET library."],["`DeleteFolderRequest` is a message type used to request the deletion of a folder resource and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteFolderRequest` class has two constructors: a default constructor and a constructor that accepts another `DeleteFolderRequest` object as a parameter for copying, and also contains two properties, `FolderName` and `Name`."],["The class requires the folder's resource name, `Name`, to be specified, which should follow the format `folders/{folder_id}`, and it can also be viewed via a typed view with the `FolderName` property."],["This documentation also provides links to various other versions of the `DeleteFolderRequest` class, ranging from version 1.0.0 to the latest version, 2.5.0."]]],[]]