public sealed class CommonOperationMetadata : IMessage<CommonOperationMetadata>, IEquatable<CommonOperationMetadata>, IDeepCloneable<CommonOperationMetadata>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `CommonOperationMetadata` class within the `Google.Cloud.DocumentAI.V1` namespace, covering versions from 1.0.0 to 3.19.0, with 3.19.0 being the latest."],["`CommonOperationMetadata` is used to manage metadata for long-running operations and is derived from the base `Object` class, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `CommonOperationMetadata` object as a parameter for creating a new instance."],["Key properties within the `CommonOperationMetadata` class include `CreateTime`, `State`, `StateMessage`, and `UpdateTime`, which provide information about the operation's lifecycle and status."],["The assembly containing this class is `Google.Cloud.DocumentAI.V1.dll`, indicating it is part of the Google Cloud Document AI library for .NET."]]],[]]