GoogleApi.RealTimeBidding.V1.Model.CreativeDimensions (google_api_real_time_bidding v0.13.2)

View Source

The dimensions of a creative. This applies to only HTML and Native creatives.

Attributes

  • height (type: String.t, default: nil) - The height of the creative in pixels.
  • width (type: String.t, default: nil) - The width of the creative in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.