View Source GoogleApi.AdSense.V2.Model.ContentAdsSettings (google_api_ad_sense v0.17.1)

Settings specific to content ads (AFC).

Attributes

  • size (type: String.t, default: nil) - Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
  • type (type: String.t, default: nil) - Required. Type of the ad unit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V2.Model.ContentAdsSettings{
  size: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.