VehicleBreak

@Serializable
data class VehicleBreak(val service: Int? = null, val timeWindows: List<TimeWindow>)

Constructors

Link copied to clipboard
constructor(service: Int? = null, timeWindows: List<TimeWindow>)

Properties

Link copied to clipboard
val service: Int? = null

Service time in seconds spent for the break

Link copied to clipboard
@SerialName(value = "time_windows")
val timeWindows: List<TimeWindow>

Allowed time windows for this break