Trigger Predicate
data class TriggerPredicate(val conditions: List<TriggerCondition>? = null, val logical: String? = null)
The predicate of this trigger, which defines when it will fire.
The predicate of this trigger, which defines when it will fire.