Values.RouteTrailerOptionsSourceTrailer options corresponding to the vehicle.
type nonrec t = {axleCount : RouteTrailerOptionsAxleCountInteger.t option;Total number of axles of the vehicle.
*)trailerCount : RouteTrailerOptionsTrailerCountInteger.t option;Number of trailers attached to the vehicle. Default value: 0
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RouteTrailerOptionsAxleCountInteger.t ]) list ]