Values.WaypointOptimizationDriverOptionsSourceDriver related options.
type nonrec t = {restCycles : WaypointOptimizationRestCycles.t option;Driver work-rest schedules defined by a short and long cycle. A rest needs to be taken after the short work duration. The short cycle can be repeated until you hit the long work duration, at which point the long rest duration should be taken before restarting.
*)restProfile : WaypointOptimizationRestProfile.t option;Pre defined rest profiles for a driver schedule. The only currently supported profile is EU.
*)treatServiceTimeAs : WaypointOptimizationServiceTimeTreatment.t option;If the service time provided at a waypoint/destination should be considered as rest or work. This contributes to the total time breakdown returned within the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of WaypointOptimizationRestProfileProfileString.t
| `Structure of (string * [> `Long of DurationSeconds.t ]) list ])
list ])
list ]