AutomationRuleCriteriaCriticality class
Constructors
-
AutomationRuleCriteriaCriticality({Input<
double?> ? eq, Input<double?> ? gt, Input<double?> ? gte, Input<double?> ? lt, Input<double?> ? lte}) -
Creates a new AutomationRuleCriteriaCriticality.
eqThe equal-to condition to be applied to a single field when querying for findings, provided as a String.gtOptional.gteThe greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.ltOptional.lteThe less-than-equal condition to be applied to a single field when querying for findings, provided as a String.const -
AutomationRuleCriteriaCriticality.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
eq
→ Input<
double?> ? -
The equal-to condition to be applied to a single field when querying for findings, provided as a String.
final
-
gt
→ Input<
double?> ? -
final
-
gte
→ Input<
double?> ? -
The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lt
→ Input<
double?> ? -
final
-
lte
→ Input<
double?> ? -
The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited