Image to display for a menu entity.
| JSON representation |
|---|
{
"sourceUri": string,
"sources": [
{
object ( |
| Fields | |
|---|---|
sourceUri |
Required. The source URI of the image. |
sources[] |
Optional. The sources of the image with different resolutions. |
ImageSource
Image uri with resolution.
| JSON representation |
|---|
{ "uri": string, "width": integer, "height": integer } |
| Fields | |
|---|---|
uri |
Optional. The URI of the image. |
width |
Optional. The width of the image. |
height |
Optional. The height of the image. |