google_api_ad_sense_host v0.3.0 GoogleApi.AdSenseHost.V41.Model.AdStyle View Source
Attributes
- colors (GoogleApi.AdSenseHost.V41.Model.AdStyleColors.t): The colors included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash. Defaults to
nil
. - corners (String.t): The style of the corners in the ad (deprecated: never populated, ignored). Defaults to
nil
. - font (GoogleApi.AdSenseHost.V41.Model.AdStyleFont.t): The font which is included in the style. Defaults to
nil
. - kind (String.t): Kind this is, in this case adsensehost#adStyle. Defaults to
adsensehost#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 Source
t()
View Source
t() :: %GoogleApi.AdSenseHost.V41.Model.AdStyle{
colors: GoogleApi.AdSenseHost.V41.Model.AdStyleColors.t(),
corners: String.t(),
font: GoogleApi.AdSenseHost.V41.Model.AdStyleFont.t(),
kind: String.t()
}
t() :: %GoogleApi.AdSenseHost.V41.Model.AdStyle{ colors: GoogleApi.AdSenseHost.V41.Model.AdStyleColors.t(), corners: String.t(), font: GoogleApi.AdSenseHost.V41.Model.AdStyleFont.t(), kind: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.