View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize (google_api_ad_exchange_buyer v0.41.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.
  • sizeType (type: String.t, default: nil) - The size type of the ad slot.
  • 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.AdExchangeBuyer.V2beta1.Model.AdSize{
  height: String.t() | nil,
  sizeType: String.t() | nil,
  width: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.