GoogleApi.DFAReporting.V35.Model.Size (google_api_dfa_reporting v0.31.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V35.Model.Size{
  height: integer() | nil,
  iab: boolean() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  width: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.