google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.I18nLanguage View Source

An <code><strong>i18nLanguage</strong></code> resource identifies a UI language currently supported by YouTube.

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the i18n language.
  • kind (type: String.t, default: youtube#i18nLanguage) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#i18nLanguage"</code>.
  • snippet (type: GoogleApi.YouTube.V3.Model.I18nLanguageSnippet.t, default: nil) - The <code>snippet</code> object contains basic details about the i18n language, such as language code and human-readable name.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.I18nLanguage{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  snippet: GoogleApi.YouTube.V3.Model.I18nLanguageSnippet.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.