public sealed class UndeleteFolderRequest : IMessage<UndeleteFolderRequest>, IEquatable<UndeleteFolderRequest>, IDeepCloneable<UndeleteFolderRequest>, 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."],[[["The `UndeleteFolderRequest` class is used to define a request to undelete a folder in Google Cloud Resource Manager."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it is a fully featured message type."],["It has two constructors: a default constructor and one that allows for cloning from another `UndeleteFolderRequest` object."],["It contains two properties: `FolderName`, which provides a typed view over the folder's resource name, and `Name`, which is a string representing the resource name of the folder to be undeleted."],["The latest version of the `UndeleteFolderRequest` documentation is 2.5.0, while the oldest documented version available is 1.0.0."]]],[]]