public sealed class UndeleteOrganizationMetadata : IMessage<UndeleteOrganizationMetadata>, IEquatable<UndeleteOrganizationMetadata>, IDeepCloneable<UndeleteOrganizationMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by UndeleteOrganization.
[[["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 document outlines the `UndeleteOrganizationMetadata` class, which is used to track the status of the `UndeleteOrganization` operation within the `Google.Cloud.ResourceManager.V3` namespace."],["The `UndeleteOrganizationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class inherits from the base `Object` class, meaning it also supports standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors available for the `UndeleteOrganizationMetadata` class: a default constructor and a copy constructor that takes another `UndeleteOrganizationMetadata` object as a parameter."],["The latest version of this resource is 2.5.0 and it's available through the provided link, with older versions like 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0 also documented and accessible."]]],[]]