GoogleIamV2PolicyRule class
A single rule in a Policy
.
Constructors
- GoogleIamV2PolicyRule({GoogleIamV2DenyRule? denyRule, String? description})
- GoogleIamV2PolicyRule.fromJson(Map json_)
Properties
- denyRule ↔ GoogleIamV2DenyRule?
-
A rule for a deny policy.
getter/setter pair
- description ↔ String?
-
A user-specified description of the rule.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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