google_api_ad_sense_host v0.2.0 GoogleApi.AdSenseHost.V41.Model.UrlChannel View Source

Attributes

  • id (String.t): Unique identifier of this URL 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 adsensehost#urlChannel. Defaults to: null.
  • urlPattern (String.t): URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home 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.AdSenseHost.V41.Model.UrlChannel{
  id: any(),
  kind: any(),
  urlPattern: any()
}

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.