Values.SimpleRuleEvaluationSourceInformation needed to compare two values with a comparison operator.
type nonrec t = {inputPropertyValue : InputPropertyValue.t option;The value of the input property, on the left side of the comparison operator.
*)operator : ComparisonOperator.t option;The comparison operator.
*)thresholdValue : ThresholdValue.t option;The threshold value, on the right side of the comparison operator.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InputPropertyValue.t ]) list ]