View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.Image (google_api_ad_exchange_buyer v0.41.0)

An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved.

Attributes

  • height (type: integer(), default: nil) - Image height in pixels.
  • url (type: String.t, default: nil) - The URL of the image.
  • width (type: integer(), default: nil) - Image width in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Image{
  height: integer() | nil,
  url: String.t() | nil,
  width: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.