# AbstractTransportableVehicleSpecification
## 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) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)