VehicleWeight

data class VehicleWeight(val vehicleWeight: <Error class: unknown class>) : VehicleParameter

Specifies the weight of the vehicle.

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

Parameters

vehicleWeight

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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