google_api_ad_sense v0.10.0 GoogleApi.AdSense.V14.Model.AdStyleColors View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.