PutVehicleColumnVisibility
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PutVehicleColumnVisibility model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
column_visibility_id | str | ❌ | — | — |
column_visibility | VehicleColumnVisibility | ✅ | — | VehicleColumnVisibility model |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | VEHICLE_COLUMN_VISIBILITY | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
VehicleColumnVisibility — v2.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
images | bool | ❌ | False | — |
stock_id | bool | ❌ | False | — |
veh_production_year | bool | ❌ | False | — |
veh_make | bool | ❌ | False | — |
veh_series | bool | ❌ | False | — |
veh_submodel | bool | ❌ | False | — |
arrival_status | bool | ❌ | False | — |
last_stock_take_date | bool | ❌ | False | — |
is_crushed | bool | ❌ | False | — |
veh_production_month | bool | ❌ | False | — |
registration_id | bool | ❌ | False | — |
veh_vin | bool | ❌ | False | — |
veh_engine_code | bool | ❌ | False | — |
veh_body_type | bool | ❌ | False | — |
odometer | bool | ❌ | False | — |
veh_country_of_origin | bool | ❌ | False | — |
veh_weight | bool | ❌ | False | — |
veh_exterior_color | bool | ❌ | False | — |
veh_engine_size_cc | bool | ❌ | False | — |
created_at | bool | ❌ | False | — |
veh_chassis_code | bool | ❌ | False | — |
location_name | bool | ❌ | False | — |
sales_channels | bool | ❌ | False | — |
actions | bool | ❌ | False | — |
Change history
v2.0.0· 2025-08-19 · Cian (shared account) · Removed fieldbody_type(breaking).; Removed fieldcc_rating(breaking).; Removed fieldchassis_code(breaking).; Removed fieldcolor(breaking).; Removed fieldcountry_of_origin(breaking).; Removed fieldcrushed_status(breaking).; Removed fielddamages(breaking).; Removed fieldengine_code(breaking).; Removed fieldmake(breaking).; Removed fieldmodel(breaking).; Removed fieldprivate_comments(breaking).; Removed fieldpublic_comments(breaking).; Removed fieldseries(breaking).; Removed fieldsub_model(breaking).; Removed fieldvehicle_definition(breaking).; Removed fieldvin(breaking).; Removed fieldweight(breaking).; Removed fieldyear(breaking).; Added optional fieldactions.; Added optional fieldis_crushed.; Added optional fieldveh_body_type.; Added optional fieldveh_chassis_code.; Added optional fieldveh_country_of_origin.; Added optional fieldveh_engine_code.; Added optional fieldveh_engine_size_cc.; Added optional fieldveh_exterior_color.; Added optional fieldveh_make.; Added optional fieldveh_production_month.; Added optional fieldveh_production_year.; Added optional fieldveh_series.; Added optional fieldveh_submodel.; Added optional fieldveh_vin.; Added optional fieldveh_weight. (4faf0741d)v1.0.0· 2025-03-16 · Cian (shared account) · Initial version. (feca668a3)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/Search/dependencies/models.py. Do not edit by hand.