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 编码的字符串。