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.



598
599
600
# File 'lib/google/apis/translate_v3/classes.rb', line 598

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

Instance Attribute Details

#output_configGoogle::Apis::TranslateV3::DatasetOutputConfig

Output configuration for datasets. Corresponds to the JSON property outputConfig



596
597
598
# File 'lib/google/apis/translate_v3/classes.rb', line 596

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



603
604
605
# File 'lib/google/apis/translate_v3/classes.rb', line 603

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