public sealed class UndeleteFolderMetadata : IMessage<UndeleteFolderMetadata>, IEquatable<UndeleteFolderMetadata>, IDeepCloneable<UndeleteFolderMetadata>, IBufferMessage, IMessage
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 `UndeleteFolderMetadata` class is a status object used as metadata for the `Operation` returned by `UndeleteFolder`."],["This class implements multiple interfaces including `IMessage\u003cUndeleteFolderMetadata\u003e`, `IEquatable\u003cUndeleteFolderMetadata\u003e`, `IDeepCloneable\u003cUndeleteFolderMetadata\u003e`, `IBufferMessage`, and `IMessage`."],["It inherits from the base `Object` class and has methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` inherited from the `Object` class."],["The class is part of the `Google.Cloud.ResourceManager.V3` namespace and is defined in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["It offers two constructors: a default constructor `UndeleteFolderMetadata()` and a copy constructor `UndeleteFolderMetadata(UndeleteFolderMetadata other)`."]]],[]]