Class: Google::Apis::TranslateV3::ExportDataRequest
- Inherits:
-
Object
- Object
- Google::Apis::TranslateV3::ExportDataRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/translate_v3/classes.rb,
lib/google/apis/translate_v3/representations.rb,
lib/google/apis/translate_v3/representations.rb
Overview
Request message for ExportData.
Instance Attribute Summary collapse
-
#output_config ⇒ Google::Apis::TranslateV3::DatasetOutputConfig
Output configuration for datasets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportDataRequest
constructor
A new instance of ExportDataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportDataRequest
Returns a new instance of ExportDataRequest.
857 858 859 |
# File 'lib/google/apis/translate_v3/classes.rb', line 857 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_config ⇒ Google::Apis::TranslateV3::DatasetOutputConfig
Output configuration for datasets.
Corresponds to the JSON property outputConfig
855 856 857 |
# File 'lib/google/apis/translate_v3/classes.rb', line 855 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
862 863 864 |
# File 'lib/google/apis/translate_v3/classes.rb', line 862 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end |