public sealed class UndeleteFolderMetadata : IMessage<UndeleteFolderMetadata>, IEquatable<UndeleteFolderMetadata>, IDeepCloneable<UndeleteFolderMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UndeleteFolderMetadata.
A status object which is used as the metadata field for the Operation
returned by UndeleteFolder.
[[["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 of the `UndeleteFolderMetadata` class is 2.5.0, and the provided content details versions from 1.0.0 to 2.5.0."],["`UndeleteFolderMetadata` is a class in the Cloud Resource Manager v3 API, specifically within the `Google.Cloud.ResourceManager.V3` namespace, designed for handling the metadata of folder undeletion operations."],["This class serves as the metadata field for the `Operation` returned by `UndeleteFolder` and it inherits from the `object` class while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `UndeleteFolderMetadata` object as a parameter for making a direct copy of an existing object."],["The `UndeleteFolderMetadata` class is defined in the `Google.Cloud.ResourceManager.V3.dll` assembly and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]