Values.RouteMatrixScooterOptionsSourceTravel mode options when the provided travel mode is Scooter.
type nonrec t = {licensePlate : RouteMatrixVehicleLicensePlate.t option;The vehicle License Plate.
*)maxSpeed : RouteMatrixScooterOptionsMaxSpeedDouble.t option;Maximum speed. Unit: kilometers per hour
*)occupancy : RouteMatrixScooterOptionsOccupancyInteger.t option;The number of occupants in the vehicle. Default value: 1
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RouteMatrixScooterOptionsMaxSpeedDouble.t
| `Integer of RouteMatrixScooterOptionsOccupancyInteger.t
| `Structure of
(string
* [> `String of
RouteMatrixVehicleLicensePlateLastCharacterString.t ])
list ])
list ]