MediaImage

  • The data field contains the raw image data in an immutable bytes format.

  • full_size_image_url and preview_size_image_url are output-only string fields providing URLs to different image sizes.

Encapsulates an Image.

Fields

data

bytes

Immutable. Raw image data.

full_size_image_url

string

Output only. The url to the full size version of the image.

preview_size_image_url

string

Output only. The url to the preview size version of the image.