google_api_ad_sense v0.2.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: null.
  • type (String.t): Type of the backup option. Possible values are BLANK, COLOR and URL. Defaults to: null.
  • url (String.t): URL to use when type is set to URL. Defaults to: null.

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: any(),
  type: any(),
  url: any()
}

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.