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.



607
608
609
# File 'lib/google/apis/translate_v3/classes.rb', line 607

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_configGoogle::Apis::TranslateV3::DatasetOutputConfig

Output configuration for datasets. Corresponds to the JSON property outputConfig



605
606
607
# File 'lib/google/apis/translate_v3/classes.rb', line 605

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



612
613
614
# File 'lib/google/apis/translate_v3/classes.rb', line 612

def update!(**args)
  @output_config = args[:output_config] if args.key?(:output_config)
end