Alarm Model Simple Rule
data class AlarmModelSimpleRule(val comparisonOperator: AlarmModelSimpleRuleComparisonOperator, val inputProperty: String, val threshold: String)
A rule that compares an input property value to a threshold value with a comparison operator.
Constructors
Link copied to clipboard
constructor(comparisonOperator: AlarmModelSimpleRuleComparisonOperator, inputProperty: String, threshold: String)