public sealed class ExportInsightsDataMetadata : IMessage<ExportInsightsDataMetadata>, IEquatable<ExportInsightsDataMetadata>, IDeepCloneable<ExportInsightsDataMetadata>, 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 details the `ExportInsightsDataMetadata` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is used for managing metadata related to export operations of insights data."],["The latest version of this class is 2.19.0, with a history of versions available ranging back to version 1.0.0, and links are provided to access these versions."],["`ExportInsightsDataMetadata` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `CreateTime`, `EndTime`, `PartialErrors`, and `Request` to provide details regarding when the operation started and finished, any partial errors that may have occurred, and the original export request."],["The class has two constructors: a default constructor, `ExportInsightsDataMetadata()`, and another constructor to be used to construct a new `ExportInsightsDataMetadata` object using an existing one, `ExportInsightsDataMetadata(ExportInsightsDataMetadata other)`."]]],[]]