View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageDimension (google_api_search_ads360 v0.7.0)

Metadata for an image at a certain size, either original or resized.

Attributes

  • heightPixels (type: String.t, default: nil) - Height of the image.
  • url (type: String.t, default: nil) - A URL that returns the image with this height and width.
  • widthPixels (type: String.t, default: nil) - Width of the image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageDimension{
    heightPixels: String.t() | nil,
    url: String.t() | nil,
    widthPixels: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.