VehicleWeight

data class VehicleWeight(val vehicleWeight: Weight) : 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: Weight)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard