GoogleApi.Translate.V3.Model.SupportedLanguages (google_api_translate v0.12.3) View Source

The response message for discovering supported languages.

Attributes

  • languages (type: list(GoogleApi.Translate.V3.Model.SupportedLanguage.t), default: nil) - A list of supported language responses. This list contains an entry for each language the Translation API supports.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Translate.V3.Model.SupportedLanguages{
  languages: [GoogleApi.Translate.V3.Model.SupportedLanguage.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.