Job
@Serializable
Constructors
Link copied to clipboard
constructor(id: Int, service: Int? = null, delivery: Amount? = null, pickup: Amount? = null, amount: Amount? = null, location: LonLat? = null, locationIndex: Int? = null, allowedVehicles: List<Int>? = null, disallowedVehicles: List<Int>? = null, skills: Skills? = null, priority: Int? = null, timeWindows: List<TimeWindow>? = null)