# CarSpecification
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**weight** | **i32** | weight in kg |
**length** | **i32** | size in cm |
**width** | **i32** | size in cm |
**height** | **i32** | size in cm |
**brand** | **String** | Free text description of the brand (e.g. BMW) |
**model** | **String** | Free text description of the model (e.g. X5) |
**special_type** | Option<**String**> | | [optional]
**roof_width** | **i32** | |
**textile_roof** | Option<**bool**> | indication that the car has a textile rook only | [optional]
**rack** | Option<[**models::CarRack**](CarRack.md)> | | [optional]
**attached_items** | Option<**Vec<String>**> | Indication of items attached to the car | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)