Values.RouteVehicleArrivalSourceDetails corresponding to the arrival for a leg.
type nonrec t = {place : RouteVehiclePlace.t option;The place details.
*)time : TimestampWithTimezoneOffset.t option;The time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TimestampWithTimezoneOffset.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RouteVehiclePlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list
| `String of SensitiveString.t ])
list ])
list ]