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."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all with the type `UndeleteOrganizationMetadata`."],["It inherits from the base `Object` class and includes standard object methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `UndeleteOrganizationMetadata` class has two constructors: a default constructor and a copy constructor that takes another `UndeleteOrganizationMetadata` object as a parameter."],["The page details versions of this class starting at version 1.0.0 up to the latest version 2.5.0, and this current page is for version 1.2.0."]]],[]]