Image

直接以位元組或 URI 表示的產品圖片。

JSON 表示法
{

  // Union field image can be only one of the following:
  "uri": string,
  "data": string
  // End of list of possible types for union field image.
}
欄位

聯集欄位 image

image 只能是下列其中一項:

uri

string

一般來說,這是可透過網路要求的 URI。

data

string (bytes format)

圖片的原始位元組。

Base64 編碼字串。