Class: Google::Apis::TranslateV3::ImportAdaptiveMtFileResponse
- Inherits:
-
Object
- Object
- Google::Apis::TranslateV3::ImportAdaptiveMtFileResponse
- 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
The response for importing an AdaptiveMtFile
Instance Attribute Summary collapse
-
#adaptive_mt_file ⇒ Google::Apis::TranslateV3::AdaptiveMtFile
An AdaptiveMtFile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportAdaptiveMtFileResponse
constructor
A new instance of ImportAdaptiveMtFileResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportAdaptiveMtFileResponse
Returns a new instance of ImportAdaptiveMtFileResponse.
1238 1239 1240 |
# File 'lib/google/apis/translate_v3/classes.rb', line 1238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adaptive_mt_file ⇒ Google::Apis::TranslateV3::AdaptiveMtFile
An AdaptiveMtFile.
Corresponds to the JSON property adaptiveMtFile
1236 1237 1238 |
# File 'lib/google/apis/translate_v3/classes.rb', line 1236 def adaptive_mt_file @adaptive_mt_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1243 1244 1245 |
# File 'lib/google/apis/translate_v3/classes.rb', line 1243 def update!(**args) @adaptive_mt_file = args[:adaptive_mt_file] if args.key?(:adaptive_mt_file) end |