ImageDataItem

Payload of Image DataItem.

Fields
gcsUri string

Required. Google Cloud Storage URI points to the original image in user's bucket. The image is up to 30MB in size.

mimeType string

Output only. The mime type of the content of the image. Only the images in below listed mime types are supported. - image/jpeg - image/gif - image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon

JSON representation
{
  "gcsUri": string,
  "mimeType": string
}