VehicleLength

data class VehicleLength(val length: <Error class: unknown class>) : VehicleParameter

Specifies the length of the vehicle.

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

Parameters

length

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

Constructors

Link copied to clipboard
constructor(length: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val length: <Error class: unknown class>