public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Represents the metadata of the long-running operation. Output only.
[[["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 `OperationMetadata` class, which represents the metadata of a long-running operation, within the `Google.Cloud.Domains.V1Beta1` namespace."],["The `OperationMetadata` class is sealed, implements multiple interfaces, and inherits from the base `Object` class, providing functionalities for managing and tracking operations."],["The class provides properties like `ApiVersion`, `CreateTime`, `EndTime`, `StatusDetail`, `Target`, and `Verb`, which give detailed information about the operation's state, timeline, and context."],["There are two constructors provided for the `OperationMetadata` class, the default constructor and a constructor that takes another instance of the `OperationMetadata` class."],["The latest version of the documentation is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta04 also available."]]],[]]