keepa.models.backend.FeedbackObject#

pydantic model keepa.models.backend.FeedbackObject#

Backend FeedbackObject model generated from the Keepa Java schema.

Fields:
field date: int | None = None#

timestamp of the feedback, in Keepa Time minutes

field feedback: str | None = None#

the feedback text

field isStriked: bool | None = None#

whether or not the feedback is striked

field rating: int | None = None#

the feedback star rating - value range from 10 (1 star) to 50 (5 stars)