Class: Google::Apis::TranslateV3::ExportDataRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_configGoogle::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