PolicyQuery class
PolicyQuery
Constructors
- PolicyQuery.new({String? group, String? orgUnit, String? query, double? sortOrder})
- PolicyQuery.fromJson(Map json_)
Properties
- group ↔ String?
-
The group that the query applies to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orgUnit ↔ String?
-
Non-empty default.
getter/setter pair
- query ↔ String?
-
The CEL query that defines which entities the Policy applies to (ex.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sortOrder ↔ double?
-
The decimal sort order of this PolicyQuery.
getter/setter pair
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