Values.RuleSetSourceA rule set contains a list of rules that are evaluated in order. Each rule is evaluated sequentially for each email.
type nonrec t = {ruleSetId : RuleSetId.t option;The identifier of the rule set.
*)ruleSetName : RuleSetName.t option;A user-friendly name for the rule set.
*)lastModificationDate : Timestamp.t option;The last modification date of the rule set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RuleSetId.t | `Timestamp of Timestamp.t ]) list ]