CombustionEngine
data class CombustionEngine(val vehicleConsumption: CombustionVehicleConsumption? = null, val vehicleEfficiency: VehicleEfficiency? = null)
Content copied to clipboard
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)
Content copied to clipboard