View Source GoogleApi.AdSense.V14.Model.SavedAdStyle (google_api_ad_sense v0.17.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V14.Model.SavedAdStyle{ adStyle: GoogleApi.AdSense.V14.Model.AdStyle.t() | nil, id: String.t() | nil, kind: String.t() | nil, name: String.t() | nil }