CombustionEngine

data class CombustionEngine(val vehicleConsumption: CombustionVehicleConsumption? = null, val vehicleEfficiency: VehicleEfficiency? = null)

Describes the vehicle with a combustion engine.

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

Parameters

vehicleConsumption

Specifies the consumption model of the vehicle.

vehicleEfficiency

Specifies the efficiency of the vehicle.

Constructors

Link copied to clipboard
fun CombustionEngine(vehicleConsumption: CombustionVehicleConsumption? = null, vehicleEfficiency: VehicleEfficiency? = null)

Properties

Link copied to clipboard
val engineType: VehicleEngineType
Link copied to clipboard
val vehicleConsumption: CombustionVehicleConsumption? = null
Link copied to clipboard
val vehicleEfficiency: VehicleEfficiency? = null