google_api_ad_sense_host v0.10.0 GoogleApi.AdSenseHost.V41.Model.CustomChannel View Source

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: adsensehost#customChannel) - Kind of resource this is, in this case adsensehost#customChannel.
  • name (type: String.t, default: nil) - Name of this custom channel.

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.AdSenseHost.V41.Model.CustomChannel{
  code: String.t(),
  id: String.t(),
  kind: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.