google_api_translate v0.1.0 GoogleApi.Translate.V2.Model.LanguagesResource View Source

Attributes

  • language (String.t): Supported language code, generally consisting of its ISO 639-1 identifier. (E.g. 'en', 'ja'). In certain cases, BCP-47 codes including language + region identifiers are returned (e.g. 'zh-TW' and 'zh-CH') Defaults to: null.
  • name (String.t): Human readable name of the language localized to 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.LanguagesResource{
  language: any(),
  name: any()
}

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.