GoogleApi.RealTimeBidding.V1.Model.CreativeDimensions (google_api_real_time_bidding v0.8.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.