Module Values.GetRouteRequestSource
Gets a Route.
Sourcetype nonrec t = {apiId : string;routeId : string;
} Sourceval make : apiId:string -> routeId:string -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]