View Source GoogleApi.Translate.V2.Model.LanguagesListResponse (google_api_translate v0.21.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V2.Model.LanguagesListResponse{ languages: [GoogleApi.Translate.V2.Model.LanguagesResource.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.