Values.TruckWeightSourceContains details about the truck's weight specifications. Used to avoid roads that can't support or allow the total weight for requests that specify TravelMode as Truck.
type nonrec t = {total : TruckWeightTotalDouble.t option;The total weight of the truck. For example, 3500.
*)unit : VehicleWeightUnit.t option;The unit of measurement to use for the truck weight. Default Value: Kilograms
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of TruckWeightTotalDouble.t | `Enum of string ])
list ]