google_api_ad_sense_host v0.2.0 GoogleApi.AdSenseHost.V41.Model.AdStyle View Source

Attributes

  • colors (AdStyleColors): Defaults to: null.
  • corners (String.t): The style of the corners in the ad (deprecated: never populated, ignored). Defaults to: null.
  • font (AdStyleFont): Defaults to: null.
  • kind (String.t): Kind this is, in this case adsensehost#adStyle. 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.AdSenseHost.V41.Model.AdStyle{
  colors: GoogleApi.AdSenseHost.V41.Model.AdStyleColors.t(),
  corners: any(),
  font: GoogleApi.AdSenseHost.V41.Model.AdStyleFont.t(),
  kind: 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.