Image

Image to display for a menu entity.

JSON representation
{
  "sourceUri": string,
  "sources": [
    {
      object (ImageSource)
    }
  ]
}
Fields
sourceUri

string

Required. The source URI of the image.

sources[]

object (ImageSource)

Optional. The sources of the image with different resolutions.

ImageSource

Image uri with resolution.

JSON representation
{
  "uri": string,
  "width": integer,
  "height": integer
}
Fields
uri

string

Optional. The URI of the image.

width

integer

Optional. The width of the image.

height

integer

Optional. The height of the image.