Values.ConditionExecutionSourceThe run of a condition.
type nonrec t = {status : ConditionExecutionStatus.t option;The status of the run for a condition.
*)summary : ExecutionSummary.t option;The summary of information about a run for a condition.
*)lastStatusChange : Timestamp.t option;The last status change of the condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ExecutionSummary.t
| `Timestamp of Timestamp.t ])
list ]