google_api_translate v0.4.0 GoogleApi.Translate.V2.Model.LanguagesListResponse 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

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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.