Values.RuleVerdictExpressionSourceA verdict expression is evaluated against verdicts of the email.
type nonrec t = {evaluate : RuleVerdictToEvaluate.t;The verdict to evaluate in a verdict condition expression.
*)operator : RuleVerdictOperator.t;The matching operator for a verdict condition expression.
*)values : RuleVerdictValueList.t;The values to match with the email's verdict using the given operator. For the EQUALS operator, if multiple values are given, the condition is deemed to match if any of the given verdicts match that of the email. For the NOT_EQUALS operator, if multiple values are given, the condition is deemed to match of none of the given verdicts match the verdict of the email.
*)}val make :
evaluate:RuleVerdictToEvaluate.t ->
operator:RuleVerdictOperator.t ->
values:RuleVerdictValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of AnalyzerArn.t ]) list ])
list ])
list ]