Values.ConditionStateSourceInformation about the state of the condition.
type nonrec t = {latestExecution : ConditionExecution.t option;The state of the latest run of the rule.
*)ruleStates : RuleStateList.t option;The state of the rules for the condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of RuleName.t
| `Structure of
(string
* [> `Enum of string
| `String of Revision.t
| `Structure of
(string * [> `String of Code.t ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of ExecutionSummary.t
| `Timestamp of Timestamp.t ])
list ])
list ]