Values.HttpQueryParameterSourceAn object that represents the query parameter in the request.
type nonrec t = {match_ : QueryParameterMatch.t option;The query parameter to match on.
*)name : QueryParameterName.t;A name for the query parameter that will be matched on.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of QueryParameterName.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]