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."],[[["This webpage details the `UndeleteFolderRequest` class, which is used for requesting the undeletion of a folder in Google Cloud."],["The latest version of the `UndeleteFolderRequest` is 2.5.0, with previous versions back to 1.0.0 also available for reference."],["The `UndeleteFolderRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and compatibility within the Google Cloud .NET environment."],["The class has two constructors, a default constructor and another that takes an `UndeleteFolderRequest` object, allowing for the copying and setting of previous objects."],["The `UndeleteFolderRequest` has two properties: `FolderName`, which is a typed view over the Name resource name property, and `Name`, which represents the resource name of the folder to be undeleted in the format of `folders/{folder_id}`."]]],[]]