# MotorcycleSpecification
## 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) |
**is_side_car_included** | Option<**bool**> | deprecated use car of type SPECIAL_VEHILE instead | [optional][default to false]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)