Condition Response
data class ConditionResponse(val field: String? = null, val operator: String? = null, val values: List<String>? = null)
Condition to trigger an alert processing rule.
Constructors
Link copied to clipboard
fun ConditionResponse(field: String? = null, operator: String? = null, values: List<String>? = null)