GooglePrivacyDlpV2OrConditions class
There is an OR relationship between these attributes.
They are used to determine if a table should be scanned or not in Discovery.
Constructors
- GooglePrivacyDlpV2OrConditions({String? minAge, int? minRowCount})
- GooglePrivacyDlpV2OrConditions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- minAge ↔ String?
-
Minimum age a table must have before Cloud DLP can profile it.
getter/setter pair
- minRowCount ↔ int?
-
Minimum number of rows that should be present before Cloud DLP profiles a
table
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