Values.RouteVehicleIncidentSourceIncidents corresponding to this leg of the route.
type nonrec t = {description : SensitiveString.t option;Brief readable description of the incident.
*)endTime : TimestampWithTimezoneOffset.t option;End timestamp of the incident.
*)severity : RouteVehicleIncidentSeverity.t option;Severity of the incident Critical - The part of the route the incident affects is unusable. Major- Major impact on the leg duration, for example stop and go Minor- Minor impact on the leg duration, for example traffic jam Low - Low on duration, for example slightly increased traffic
*)startTime : TimestampWithTimezoneOffset.t option;Start time of the incident.
*)type_ : RouteVehicleIncidentType.t option;Type of the incident.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SensitiveString.t ]) list ]