google_api_ad_exchange_seller v0.1.0 GoogleApi.AdExchangeSeller.V20.Model.CustomChannel View Source
Attributes
- code (String.t): Code of this custom channel, not necessarily unique across ad clients. Defaults to:
null
. - 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:
null
. - kind (String.t): Kind of resource this is, in this case adexchangeseller#customChannel. Defaults to:
null
. - name (String.t): Name of this custom channel. Defaults to:
null
. - targetingInfo (CustomChannelTargetingInfo): Defaults to:
null
.
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() :: %GoogleApi.AdExchangeSeller.V20.Model.CustomChannel{ code: any(), id: any(), kind: any(), name: any(), targetingInfo: GoogleApi.AdExchangeSeller.V20.Model.CustomChannelTargetingInfo.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.