GoogleApi.Translate.V2.Model.LanguagesListResponse (google_api_translate v0.12.3) View Source
Attributes
-
languages
(type:list(GoogleApi.Translate.V2.Model.LanguagesResource.t)
, default:nil
) - List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Translate.V2.Model.LanguagesListResponse{ languages: [GoogleApi.Translate.V2.Model.LanguagesResource.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.