View Source GoogleApi.AdSense.V14.Model.AdCode (google_api_ad_sense v0.17.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.