Image

メニュー エンティティに表示する画像。

JSON 表現
{
  "sourceUri": string,
  "sources": [
    {
      object (ImageSource)
    }
  ]
}
フィールド
sourceUri

string

必須。画像のソース URI。

sources[]

object (ImageSource)

省略可。解像度が異なる画像のソース。

ImageSource

解像度を含む画像の URI。

JSON 表現
{
  "uri": string,
  "width": integer,
  "height": integer
}
フィールド
uri

string

省略可。画像の URI。

width

integer

省略可。画像の幅。

height

integer

省略可。画像の高さ。