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."],[[["This webpage provides reference documentation for the `UndeleteFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically for the .NET environment."],["The `UndeleteFolderRequest` class is used to construct messages for undeleting a folder and is accessible across multiple versions, with version 2.5.0 being the latest."],["`UndeleteFolderRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one default and one accepting another `UndeleteFolderRequest` instance, and includes properties such as `FolderName` and `Name` to specify the folder to undelete."],["The `Name` property, which is required, specifies the folder to undelete using the format `folders/{folder_id}`."]]],[]]