keepa.models.backend.Video#

pydantic model keepa.models.backend.Video#

Backend Video model generated from the Keepa Java schema.

Fields:
field creator: VideoCreatorType | None = None#
field duration: int | None = None#

in seconds

field image: str | None = None#

Full Amazon image path:

https://m.media-amazon.com/images/I/image

field name: str | None = None#
field title: str | None = None#
field url: str | None = None#