StripListModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "STRIP_LIST"
Overview
StripListModel model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
strip_list_id | str | ✅ | — | — |
strip_list_display_id | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
is_deleted | bool | ❌ | False | — |
user_id | str | ✅ | — | — |
user_name | str | ✅ | — | — |
type | str | ❌ | STRIP_LIST | — |
vehicle_id | str | ✅ | — | — |
stock_id | str | ✅ | — | — |
location_name | str | ❌ | — | — |
location_id | str | ❌ | — | — |
registration_id | str | ❌ | — | — |
veh_exterior_color | str | ❌ | — | — |
parts | List[dict] | ❌ | [] | — |
country | Country (AUS, NZ, SA, US, GB, JP, IND, DNK) | ✅ | — | Country |
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
veh_production_year | int | ❌ | — | — |
veh_production_month | int | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.