Image

Image à afficher pour une entité de menu.

Représentation JSON
{
  "sourceUri": string,
  "sources": [
    {
      object (ImageSource)
    }
  ]
}
Champs
sourceUri

string

Obligatoire. URI source de l'image.

sources[]

object (ImageSource)

Facultatif. Sources de l'image avec différentes résolutions.

ImageSource

URI de l'image avec résolution.

Représentation JSON
{
  "uri": string,
  "width": integer,
  "height": integer
}
Champs
uri

string

Facultatif. URI de l'image.

width

integer

Facultatif. Largeur de l'image.

height

integer

Facultatif. Hauteur de l'image.