Image

Gambar yang akan ditampilkan untuk entitas menu.

Representasi JSON
{
  "sourceUri": string,
  "sources": [
    {
      object (ImageSource)
    }
  ]
}
Kolom
sourceUri

string

Wajib. URI sumber gambar.

sources[]

object (ImageSource)

Opsional. Sumber gambar dengan resolusi yang berbeda.

ImageSource

URI gambar dengan resolusi.

Representasi JSON
{
  "uri": string,
  "width": integer,
  "height": integer
}
Kolom
uri

string

Opsional. URI gambar.

width

integer

Opsional. Lebar gambar.

height

integer

Opsional. Tinggi gambar.