Values.RoadSnapTruckOptionsSourceTravel mode options when the provided travel mode is Truck.
type nonrec t = {grossWeight : WeightKilograms.t option;Gross weight of the vehicle including trailers, and goods at capacity. Unit: kilograms
*)hazardousCargos : RoadSnapHazardousCargoTypeList.t option;List of Hazardous cargos contained in the vehicle.
*)height : RoadSnapTruckOptionsHeightLong.t option;Height of the vehicle. Unit: centimeters
*)length : RoadSnapTruckOptionsLengthLong.t option;Length of the vehicle. Unit: centimeters
*)trailer : RoadSnapTrailerOptions.t option;Trailer options corresponding to the vehicle.
*)tunnelRestrictionCode : TunnelRestrictionCode.t option;The tunnel restriction code. Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them. Tunnel Category B Risk Level: Limited risk Restrictions: Few restrictions Tunnel Category C Risk Level: Medium risk Restrictions: Some restrictions Tunnel Category D Risk Level: High risk Restrictions: Many restrictions occur Tunnel Category E Risk Level: Very high risk Restrictions: Restricted tunnel
*)width : RoadSnapTruckOptionsWidthLong.t option;Width of the vehicle in centimeters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Long of WeightKilograms.t
| `String of TunnelRestrictionCode.t
| `Structure of
(string
* [> `Integer of RoadSnapTrailerOptionsTrailerCountInteger.t ])
list ])
list ]