View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_LanguageConstant (google_api_search_ads360 v0.5.0)

A language.

Attributes

  • code (type: String.t, default: nil) - Output only. The language code, for example, "en_US", "en_AU", "es", "fr", etc.
  • id (type: String.t, default: nil) - Output only. The ID of the language constant.
  • name (type: String.t, default: nil) - Output only. The full name of the language in English, for example, "English (US)", "Spanish", etc.
  • resourceName (type: String.t, default: nil) - Output only. The resource name of the language constant. Language constant resource names have the form: languageConstants/{criterion_id}
  • targetable (type: boolean(), default: nil) - Output only. Whether the language is targetable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_LanguageConstant{
    code: String.t() | nil,
    id: String.t() | nil,
    name: String.t() | nil,
    resourceName: String.t() | nil,
    targetable: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.