Values.RuleConditionPropertiesSourceThe properties of a rule condition that provides the ability to use more complex syntax.
type nonrec t = {rules : RuleConditionPropertiesRulesList.t;A list of rule objects, each of which have fields ruleName and condition.
*)matchingConfig : MatchingConfig.t option;An object that contains configuration settings for the matching process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of RuleConditionRuleNameString.t ])
list ]
list
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]