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