google_api_ad_sense v0.2.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 (String.t): The color of the ad background. Defaults to: null.
  • border (String.t): The color of the ad border. Defaults to: null.
  • text (String.t): The color of the ad text. Defaults to: null.
  • title (String.t): The color of the ad title. Defaults to: null.
  • url (String.t): The color of the ad 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.AdStyleColors{
  background: any(),
  border: any(),
  text: any(),
  title: 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.