GoogleApi.DFAReporting.V34.Model.Language (google_api_dfa_reporting v0.31.0)

View Source

Contains information about a language that can be targeted by ads.

Attributes

  • id (type: String.t, default: nil) - Language ID of this language. This is the ID used for targeting and generating reports.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#language".
  • languageCode (type: String.t, default: nil) - Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese.
  • name (type: String.t, default: nil) - Name of this language.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.Language{
  id: String.t() | nil,
  kind: String.t() | nil,
  languageCode: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.