Values.QuickResponseSearchExpressionSourceInformation about the import job.
type nonrec t = {queries : QuickResponseQueryFieldList.t option;The quick response query expressions.
*)filters : QuickResponseFilterFieldList.t option;The configuration of filtering rules applied to quick response query results.
*)orderOnField : QuickResponseOrderField.t option;The quick response attribute fields on which the query results are ordered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of QuickResponseQueryValue.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]