public sealed class ExportDataOperationMetadata : IMessage<ExportDataOperationMetadata>, IEquatable<ExportDataOperationMetadata>, IDeepCloneable<ExportDataOperationMetadata>, 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 document provides details for the `ExportDataOperationMetadata` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, which is used for managing metadata of an export data operation."],["The `ExportDataOperationMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer management."],["The class includes properties such as `CreateTime`, `Dataset`, and `PartialFailures`, which respectively represent the timestamp of the export request, the dataset being exported, and any partial failures encountered during the export process."],["The latest version available is 2.0.0-beta05, with version 1.0.0-beta03 being the version of this content."]]],[]]