keepa.models.backend.Image#

pydantic model keepa.models.backend.Image#

Backend Image model generated from the Keepa Java schema.

Fields:
field lH: int | None = None#

The height of the large image in pixels.

field lW: int | None = None#

The width of the large image in pixels.

field l_: str | None = None (alias 'l')#

The filename of the large image.

field m: str | None = None#

The filename of the medium image.

field mH: int | None = None#

The height of the medium image in pixels.

field mW: int | None = None#

The width of the medium image in pixels.