VehicleDimensions
data class VehicleDimensions(val weight: Weight? = null, val axleWeight: Weight? = null, val length: Distance? = null, val width: Distance? = null, val height: Distance? = null, val numberOfAxles: Int? = null)
Specifies the dimensions of the vehicle.
Important: This is a Public Preview API. It may be changed or removed at any time.