DVehicle
open class DVehicle(val id: String, val plate: String?, val vin: String?, val vehicleModelId: String?)
Entity that stores vehicle data as a table managed by the Room database library.
Parameters
id
id of the vehicle
vehicleModelId
ID of the model assigned to the vehicle
plate
license plate number of the vehicle
vin
vin number of the vehicle