Class: Google::Apis::TranslateV2::GetSupportedLanguagesRequest
- Inherits:
-
Object
- Object
- Google::Apis::TranslateV2::GetSupportedLanguagesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/translate_v2/classes.rb,
generated/google/apis/translate_v2/representations.rb,
generated/google/apis/translate_v2/representations.rb
Overview
The request message for discovering supported languages.
Instance Attribute Summary collapse
-
#target ⇒ String
The language to use to return localized, human readable names of supported languages.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetSupportedLanguagesRequest
constructor
A new instance of GetSupportedLanguagesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetSupportedLanguagesRequest
Returns a new instance of GetSupportedLanguagesRequest
106 107 108 |
# File 'generated/google/apis/translate_v2/classes.rb', line 106 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target ⇒ String
The language to use to return localized, human readable names of supported
languages.
Corresponds to the JSON property target
104 105 106 |
# File 'generated/google/apis/translate_v2/classes.rb', line 104 def target @target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
111 112 113 |
# File 'generated/google/apis/translate_v2/classes.rb', line 111 def update!(**args) @target = args[:target] if args.key?(:target) end |