View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize (google_api_authorized_buyers_marketplace v0.6.0)

Represents size of a single ad slot, or a creative.

Attributes

  • height (type: String.t, default: nil) - The height of the ad slot in pixels. This field will be present only when size type is PIXEL.
  • type (type: String.t, default: nil) - The type of the ad slot size.
  • width (type: String.t, default: nil) - The width of the ad slot in pixels. This field will be present only when size type is PIXEL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AdSize{
  height: String.t() | nil,
  type: String.t() | nil,
  width: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.