View Source GoogleApi.AdSense.V14.Model.AdStyleColors (google_api_ad_sense v0.17.1)

The colors which are included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

Attributes

  • background (type: String.t, default: nil) - The color of the ad background.
  • border (type: String.t, default: nil) - The color of the ad border.
  • text (type: String.t, default: nil) - The color of the ad text.
  • title (type: String.t, default: nil) - The color of the ad title.
  • url (type: String.t, default: nil) - The color of the ad url.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V14.Model.AdStyleColors{
  background: String.t() | nil,
  border: String.t() | nil,
  text: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.