AuctionSearchRequest
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Auction Search Request Model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
status | str | ❌ | — | — |
location | str | ❌ | — | — |
site_name | str | ❌ | — | — |
free_text_query | str | ❌ | — | — |
date_from | str | ❌ | — | — |
date_to | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v2.0.0 · 2025-07-21 · Olaniyi Ajayi · 86c54a0e6
relist count
- Field
date_fromtype changed: str → Optional[str] (breaking). - Field
date_totype changed: str → Optional[str] (breaking). - Field
free_text_querytype changed: str → Optional[str] (breaking). - Field
locationtype changed: str → Optional[str] (breaking). - Field
site_nametype changed: str → Optional[str] (breaking). - Field
statustype changed: str → Optional[str] (breaking).
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Auction/dependencies/models.py. Do not edit by hand.