RoutePolicyPolicyTerm class

Constructors

RoutePolicyPolicyTerm.new({List<Expr>? actions, Expr? match, int? priority})
RoutePolicyPolicyTerm.fromJson(Map json_)

Properties

actions List<Expr>?
CEL expressions to evaluate to modify a route when this term matches.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
match Expr?
CEL expression evaluated against a route to determine if this term applies.
getter/setter pair
priority int?
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited