Module Values.QueryStringNamesSource

Contains a list of query string names.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    The number of query string names in the Items list.

    *)
  2. items : QueryStringNamesList.t option;
    (*

    A list of query string names.

    *)
}
Sourceval context_ : string
Sourceval make : ?items:??? -> quantity:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list ]) 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