google_api_ad_sense v0.3.0 GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettingsBackupOption View Source

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

Attributes

  • color (String.t): Color to use when type is set to COLOR. Defaults to nil.
  • type (String.t): Type of the backup option. Possible values are BLANK, COLOR and URL. Defaults to nil.
  • url (String.t): URL to use when type is set to URL. Defaults to nil.

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.AdSense.V14.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.