ActionRuleActionGroupConditionMonitor

data class ActionRuleActionGroupConditionMonitor(val operator: String, val values: List<String>)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator for a given condition. Possible values are Equals and NotEquals.

Link copied to clipboard

A list of values to match for a given condition. Possible values are Fired and Resolved.