Dimensions

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

  • It has two fields: widthPixels and heightPixels, both represented as integers.

  • The JSON representation of the Dimensions resource is an object containing the widthPixels and heightPixels fields.

Dimensions.

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

integer

The width in pixels.

heightPixels

integer

The height in pixels.