/tripkit/TripKitDomain/com.skedgo.tripkit.locations/Vehicle
Vehicle
[jvm]\ class Vehicle(val name: String, val fuelType: String?, val licensePlate: String?)
Constructors
Vehicle | [jvm] constructor(name: String, fuelType: String?, licensePlate: String?) |
Properties
Name | Summary |
---|---|
fuelType | [jvm] val fuelType: String? |
licensePlate | [jvm] val licensePlate: String? |
name | [jvm] val name: String |