GooglePrivacyDlpV2PolicyRule class
A single policy rule.
The first rule to match from the list above controls the result.
Constructors
-
GooglePrivacyDlpV2PolicyRule({GooglePrivacyDlpV2PolicyAction? action, List<
GooglePrivacyDlpV2PolicyCondition> ? conditions, String? returnVerdict}) - GooglePrivacyDlpV2PolicyRule.fromJson(Map json_)
Properties
- action ↔ GooglePrivacyDlpV2PolicyAction?
-
Action to take if this rule applies.
getter/setter pair
-
conditions
↔ List<
GooglePrivacyDlpV2PolicyCondition> ? -
Conditions that must match for this rule to apply.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- returnVerdict ↔ String?
-
If set, the verdict will be returned to the user.
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