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 version 2.2.0."],["`UndeleteFolderRequest` is a class used to request the undeletion of a folder, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another which takes another `UndeleteFolderRequest` instance as a parameter."],["It contains two properties, `FolderName` which is a typed view over the resource `Name`, and `Name` which is a string representing the resource name of the folder to undelete, and must be of the format `folders/{folder_id}`."],["This page also provides links to documentation of earlier versions of the class, with the latest version being 2.5.0, with versions spanning back to 1.0.0."]]],[]]