google_api_ad_sense v0.7.0 GoogleApi.AdSense.V14.Model.AdStyle View Source
Attributes
colors(type:GoogleApi.AdSense.V14.Model.AdStyleColors.t, default:nil) - 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.corners(type:String.t, default:nil) - The style of the corners in the ad (deprecated: never populated, ignored).font(type:GoogleApi.AdSense.V14.Model.AdStyleFont.t, default:nil) - The font which is included in the style.kind(type:String.t, default:adsense#adStyle) - Kind this is, in this case adsense#adStyle.
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 Sourcet() :: %GoogleApi.AdSense.V14.Model.AdStyle{
colors: GoogleApi.AdSense.V14.Model.AdStyleColors.t(),
corners: String.t(),
font: GoogleApi.AdSense.V14.Model.AdStyleFont.t(),
kind: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.