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 latest version available for the `UndeleteFolderRequest` is 2.5.0, while the current version being documented is 2.0.0."],["`UndeleteFolderRequest` is a message class used to request the undeletion of a folder, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UndeleteFolderRequest` class includes two constructors, a default constructor and one that accepts another `UndeleteFolderRequest` instance as a parameter."],["The class has two properties, `FolderName` which is a `FolderName`-typed view, and `Name` which is a string representing the resource name of the folder to be undeleted, requiring the format `folders/{folder_id}`."],["The `UndeleteFolderRequest` class inherits from `Object`, with access to members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]