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

Attributes

  • adCode (String.t): The Auto ad code snippet. The ad code snippet. Defaults to: null.
  • ampBody (String.t): The AMP Auto ad code snippet that goes in the body of an AMP page. Defaults to: null.
  • ampHead (String.t): The AMP Auto ad code snippet that goes in the head of an AMP page. Defaults to: null.
  • kind (String.t): Kind this is, in this case adsense#adCode. 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.AdSense.V14.Model.AdCode{
  adCode: any(),
  ampBody: any(),
  ampHead: any(),
  kind: 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.