View Source GoogleApi.AdSenseHost.V41.Model.AdUnitMobileContentAdsSettings (google_api_ad_sense_host v0.14.0)

Settings specific to WAP mobile content ads (AFMC - deprecated).

Attributes

  • markupLanguage (type: String.t, default: nil) - The markup language to use for this ad unit.
  • scriptingLanguage (type: String.t, default: nil) - The scripting language to use for this ad unit.
  • size (type: String.t, default: nil) - Size of this ad unit.
  • type (type: String.t, default: nil) - Type of this ad unit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSenseHost.V41.Model.AdUnitMobileContentAdsSettings{
  markupLanguage: String.t() | nil,
  scriptingLanguage: String.t() | nil,
  size: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.