View Source GoogleApi.AdSense.V14.Model.CustomChannel (google_api_ad_sense v0.16.0)
Attributes
-
code
(type:String.t
, default:nil
) - Code of this custom channel, not necessarily unique across ad clients. -
id
(type:String.t
, default:nil
) - Unique identifier of this custom channel. 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#customChannel
) - Kind of resource this is, in this case adsense#customChannel. -
name
(type:String.t
, default:nil
) - Name of this custom channel. -
targetingInfo
(type:GoogleApi.AdSense.V14.Model.CustomChannelTargetingInfo.t
, default:nil
) - The targeting information of this custom channel, if activated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSense.V14.Model.CustomChannel{ code: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, targetingInfo: GoogleApi.AdSense.V14.Model.CustomChannelTargetingInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.