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 でエンコードされた文字列。