public sealed class ExportOperationMetadata : IMessage<ExportOperationMetadata>, IEquatable<ExportOperationMetadata>, IDeepCloneable<ExportOperationMetadata>, IBufferMessage, IMessage
Metadata related to the Export Data Operations (e.g. ExportDocument).
[[["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 `ExportOperationMetadata` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its purpose in managing metadata for export operations."],["The latest version documented is 4.26.0, with a history of versions listed dating back to 3.2.0 for the `ExportOperationMetadata` class in `Google.Cloud.Dialogflow.V2`."],["The `ExportOperationMetadata` class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and the `ExportedGcsDestination` property, which is of type `GcsDestination` and represents the Cloud Storage path for exported data."],["The documentation lists inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]