View Source GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettingsBackupOption (google_api_ad_sense v0.15.0)

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.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.AdUnitContentAdsSettingsBackupOption{
  color: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.