NotificationConditionGroupOperator
No description
enum NotificationConditionGroupOperator {
  ALL
  ANY
}
Values
NotificationConditionGroupOperator.ALL
The condition group is satisfied when ALL child conditions are satisfied
NotificationConditionGroupOperator.ANY
The condition group is satisfied when ANY of the child conditions are satisfied. WARNING: Not yet supported
Member Of
NotificationConditionGroup  object ● NotificationConditionGroupInput  input ● NotificationConditionProviderInput  input