VehicleDimensions

data class VehicleDimensions(val weight: <Error class: unknown class>? = null, val axleWeight: <Error class: unknown class>? = null, val length: <Error class: unknown class>? = null, val width: <Error class: unknown class>? = null, val height: <Error class: unknown class>? = null)

Specifies the dimensions of the vehicle.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

weight

Specifies the weight of the vehicle, for example in kilograms.

axleWeight

Specifies the weight per axle of the vehicle, e.g. in kg.

length

Specifies the length of the vehicle including the length of any additional equipment, e.g. trailers, bike racks, etc.

width

Specifies the width of the vehicle.

height

Specifies the height of the vehicle.

Constructors

Link copied to clipboard
constructor(weight: <Error class: unknown class>? = null, axleWeight: <Error class: unknown class>? = null, length: <Error class: unknown class>? = null, width: <Error class: unknown class>? = null, height: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val axleWeight: <Error class: unknown class>? = null
Link copied to clipboard
val height: <Error class: unknown class>? = null
Link copied to clipboard
val length: <Error class: unknown class>? = null
Link copied to clipboard
val weight: <Error class: unknown class>? = null
Link copied to clipboard
val width: <Error class: unknown class>? = null