google_api_ad_sense v0.10.0 GoogleApi.AdSense.V14.Model.AdCode View Source

Attributes

  • adCode (type: String.t, default: nil) - The Auto ad code snippet. The ad code snippet.
  • ampBody (type: String.t, default: nil) - The AMP Auto ad code snippet that goes in the body of an AMP page.
  • ampHead (type: String.t, default: nil) - The AMP Auto ad code snippet that goes in the head of an AMP page.
  • kind (type: String.t, default: adsense#adCode) - Kind this is, in this case adsense#adCode.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V14.Model.AdCode{
  adCode: String.t(),
  ampBody: String.t(),
  ampHead: String.t(),
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.