Dimensions

  • The Dimensions resource represents the width and height in pixels.

  • It has two fields: widthPixels and heightPixels, both of which are integers.

Dimensions.

JSON representation
{
  "widthPixels": integer,
  "heightPixels": integer
}
Fields
widthPixels

integer

The width in pixels.

heightPixels

integer

The height in pixels.