VehicleData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Vehicle ID. | [default to null] |
| car_model_id | Long | Car model ID. | [default to null] |
| vehicle_type_id | Long | Vehicle type ID. | [default to null] |
| reg_no | String | Registration number of the vehicle. | [default to null] |
| color | String | Color of the vehicle. | [default to null] |
| is_active | Boolean | Is the vehicle active? | [default to null] |
| verified | Boolean | Is the vehicle verified? | [default to null] |