Module Values.RouteMatrixTrailerOptionsSource

Trailer options corresponding to the vehicle.

Sourcetype nonrec t = {
  1. trailerCount : RouteMatrixTrailerOptionsTrailerCountInteger.t option;
    (*

    Number of trailers attached to the vehicle. Default value: 0

    *)
}
Sourceval make : ?trailerCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RouteMatrixTrailerOptionsTrailerCountInteger.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t