View Source GoogleApi.AdSense.V14.Model.UrlChannel (google_api_ad_sense v0.16.0)

Attributes

  • id (type: String.t, default: nil) - 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.
  • kind (type: String.t, default: adsense#urlChannel) - Kind of resource this is, in this case adsense#urlChannel.
  • urlPattern (type: String.t, default: nil) - URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.UrlChannel{
  id: String.t() | nil,
  kind: String.t() | nil,
  urlPattern: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.