Image

Imagem a ser mostrada para uma entidade de menu.

Representação JSON
{
  "sourceUri": string,
  "sources": [
    {
      object (ImageSource)
    }
  ]
}
Campos
sourceUri

string

Obrigatório. O URI de origem da imagem.

sources[]

object (ImageSource)

Opcional. As fontes da imagem com resoluções diferentes.

ImageSource

URI da imagem com resolução.

Representação JSON
{
  "uri": string,
  "width": integer,
  "height": integer
}
Campos
uri

string

Opcional. O URI da imagem.

width

integer

Opcional. A largura da imagem.

height

integer

Opcional. A altura da imagem.