Vehicle

constructor(id: String, vehicleModel: VehicleModel?, plate: String? = null, vin: String? = null, status: VehicleStatus = VehicleStatus())

Parameters

id

id of the vehicle

vehicleModel

Model assigned to the vehicle

plate

license plate number of the vehicle

vin

vin number of the vehicle

status

current vehicle status