public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Represents the metadata of the long-running operation.
[[["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 latest version available for `OperationMetadata` is `2.0.0-beta05`, while the current documentation is for `1.0.0-beta03`."],["`OperationMetadata` class represents the metadata for a long-running operation within the `Google.Cloud.Workflows.V1Beta` namespace."],["This class includes properties like `ApiVersion`, `CreateTime`, `EndTime`, `Target`, and `Verb` to provide details about the operation's execution."],["`OperationMetadata` has two constructors: one default and one that takes another `OperationMetadata` object for parameter."],["`OperationMetadata` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]