AlarmModelSimpleRule

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The value on the left side of the comparison operator. You can specify an ITE input attribute as an input property.

Link copied to clipboard

The value on the right side of the comparison operator. You can enter a number or specify an ITE input attribute.