public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class ExportDataRequest.
[[["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 `ExportDataRequest` class is part of the Google Cloud Translation v3 API and is used to define a request for exporting data."],["The latest version of the API for `ExportDataRequest` is 3.9.0, with version 3.8.0 being the current version of this documentation page, and various older versions are also available."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ExportDataRequest` has two constructors, a default one and another that accepts an `ExportDataRequest` object as a parameter."],["The `ExportDataRequest` class contains two properties, `Dataset`, which is a string representing the dataset's name, and `OutputConfig`, which specifies the configuration for the exported data."]]],[]]