Class Image (0.4.2)

Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Product thumbnail/detail image. .. attribute:: uri

Required. URI of the image.

This field must be a valid UTF-8 encoded URI with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Google Merchant Center property image_link <https://support.google.com/merchants/answer/6324350>. Schema.org property Product.image <https://schema.org/image>.

:type: str

Attributes

NameDescription
height int
Height of the image in number of pixels. This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is returned.
width int
Width of the image in number of pixels. This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is returned.