google_api_ad_sense v0.4.0 GoogleApi.AdSense.V14.Model.SavedAdStyle View Source
Attributes
adStyle
(type:GoogleApi.AdSense.V14.Model.AdStyle.t
, default:nil
) - The AdStyle itself.id
(type:String.t
, default:nil
) - Unique identifier of this saved ad style. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.kind
(type:String.t
, default:adsense#savedAdStyle
) - Kind of resource this is, in this case adsense#savedAdStyle.name
(type:String.t
, default:nil
) - The user selected name of this SavedAdStyle.
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.AdSense.V14.Model.SavedAdStyle{
adStyle: GoogleApi.AdSense.V14.Model.AdStyle.t(),
id: String.t(),
kind: String.t(),
name: String.t()
}
t() :: %GoogleApi.AdSense.V14.Model.SavedAdStyle{ adStyle: GoogleApi.AdSense.V14.Model.AdStyle.t(), id: String.t(), kind: String.t(), name: 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.