Vehicle

constructor(id: Int, profile: String, capacity: Amount? = null, start: LonLat? = null, end: LonLat? = null, startIndex: Int? = null, endIndex: Int? = null, skills: Skills? = null, timeWindow: TimeWindow? = null, breaks: List<VehicleBreak>? = null, earliestStart: Int? = null, latestEnd: Int? = null, maxTasks: Int? = null, maxTravelTime: Int? = null, description: String? = null)