public sealed class UndeleteFolderRequest : IMessage<UndeleteFolderRequest>, IEquatable<UndeleteFolderRequest>, IDeepCloneable<UndeleteFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UndeleteFolderRequest.
[[["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."],[[["The latest version available for the `UndeleteFolderRequest` class is 2.5.0, with multiple previous versions also accessible."],["The `UndeleteFolderRequest` class is a part of the Cloud Resource Manager v3 API, specifically within the `Google.Cloud.ResourceManager.V3` namespace, used for requesting the undeletion of a folder."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default one and one that takes another `UndeleteFolderRequest` object, and it has two main properties which are `FolderName` and `Name`."],["The `Name` property, of type `string`, is required and represents the resource name of the folder to be undeleted, following the format `folders/{folder_id}`."]]],[]]