Values_0.PredicateSourceDefines the predicate of the trigger, which determines when it fires.
type nonrec t = {logical : Logical.t option;An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
*)conditions : ConditionList.t option;A list of the conditions that determine when the trigger will fire.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of NameString.t ]) list ]
list ])
list ]