ExprTypeThresholdConditionsUnloadEvaluatorType
Definition
type ExprTypeThresholdConditionsUnloadEvaluatorType string
const (
ExprTypeThresholdConditionsUnloadEvaluatorTypeGt ExprTypeThresholdConditionsUnloadEvaluatorType = "gt"
ExprTypeThresholdConditionsUnloadEvaluatorTypeLt ExprTypeThresholdConditionsUnloadEvaluatorType = "lt"
ExprTypeThresholdConditionsUnloadEvaluatorTypeWithinRange ExprTypeThresholdConditionsUnloadEvaluatorType = "within_range"
ExprTypeThresholdConditionsUnloadEvaluatorTypeOutsideRange ExprTypeThresholdConditionsUnloadEvaluatorType = "outside_range"
)