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."],[[["The `UndeleteOrganizationMetadata` class is used as the metadata field for operations related to undeleting an organization."],["Version 2.5.0 is the latest release of the `UndeleteOrganizationMetadata` class, with several previous versions available, such as 2.4.0, 2.3.0, all the way down to the oldest 1.0.0."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class belongs to the `Google.Cloud.ResourceManager.V3` namespace within the `Google.Cloud.ResourceManager.V3.dll` assembly."],["It includes two constructors: one default constructor `UndeleteOrganizationMetadata()` and another that accepts an `UndeleteOrganizationMetadata` object as a parameter, allowing you to create a new instance by copying an existing instance."]]],[]]