google_api_translate v0.1.0 GoogleApi.Translate.V2.Model.LanguagesListResponse View Source
Attributes
- languages ([LanguagesResource]): 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. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Translate.V2.Model.LanguagesListResponse{
languages: [GoogleApi.Translate.V2.Model.LanguagesResource.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.