google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.Size View Source

Represents the dimensions of ads, placements, creatives, or creative assets.

Attributes

  • height (type: integer(), default: nil) - Height of this size. Acceptable values are 0 to 32767, inclusive.
  • iab (type: boolean(), default: nil) - IAB standard size. This is a read-only, auto-generated field.
  • id (type: String.t, default: nil) - ID of this size. This is a read-only, auto-generated field.
  • kind (type: String.t, default: dfareporting#size) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".
  • width (type: integer(), default: nil) - Width of this size. Acceptable values are 0 to 32767, inclusive.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V34.Model.Size{
  height: integer(),
  iab: boolean(),
  id: String.t(),
  kind: String.t(),
  width: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.