Skip to content

ExprTypeThresholdConditionsEvaluatorType🔗

Definition🔗

type ExprTypeThresholdConditionsEvaluatorType string
const (
    ExprTypeThresholdConditionsEvaluatorTypeGt ExprTypeThresholdConditionsEvaluatorType = "gt"
    ExprTypeThresholdConditionsEvaluatorTypeLt ExprTypeThresholdConditionsEvaluatorType = "lt"
    ExprTypeThresholdConditionsEvaluatorTypeWithinRange ExprTypeThresholdConditionsEvaluatorType = "within_range"
    ExprTypeThresholdConditionsEvaluatorTypeOutsideRange ExprTypeThresholdConditionsEvaluatorType = "outside_range"
)