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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]