Module Values.ParameterSpaceSource

The details of a search for two or more step parameters.

Sourcetype nonrec t = {
  1. parameters : StepParameterList.t option;
    (*

    The parameters to search for.

    *)
  2. combination : CombinationExpression.t option;
    (*

    The combination expression to use in the search.

    *)
}
Sourceval make : ?parameters:??? -> ?combination:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of StepParameterName.t | `Structure of (string * [> `Enum of string | `Integer of DefaultTaskCount.t ]) list ]) list ] list | `String of CombinationExpression.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