Image

प्रॉडक्ट की इमेज को सीधे तौर पर बाइट या यूआरआई के तौर पर दिखाया जाता है.

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

आम तौर पर, वेब अनुरोध किया जा सकने वाला यूआरआई.

data

string (bytes format)

इमेज के लिए रॉ बाइट.

base64 कोड में बदली गई स्ट्रिंग.