google_api_ad_sense_host v0.5.0 GoogleApi.AdSenseHost.V41.Model.AdUnitContentAdsSettingsBackupOption View Source

The backup option to be used in instances where no ad is available.

Attributes

  • color (type: String.t, default: nil) - Color to use when type is set to COLOR. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.
  • type (type: String.t, default: nil) - Type of the backup option. Possible values are BLANK, COLOR and URL.
  • url (type: String.t, default: nil) - URL to use when type is set to URL.

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.AdSenseHost.V41.Model.AdUnitContentAdsSettingsBackupOption{
  color: String.t(),
  type: String.t(),
  url: String.t()
}

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.