GooglePrivacyDlpV2KAnonymityEquivalenceClass class
The set of columns' values that share the same ldiversity value
Constructors
-
GooglePrivacyDlpV2KAnonymityEquivalenceClass({String? equivalenceClassSize, List<
GooglePrivacyDlpV2Value> ? quasiIdsValues}) - GooglePrivacyDlpV2KAnonymityEquivalenceClass.fromJson(Map json_)
Properties
- equivalenceClassSize ↔ String?
-
Size of the equivalence class, for example number of rows with the above
set of values.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
quasiIdsValues
↔ List<
GooglePrivacyDlpV2Value> ? -
Set of values defining the equivalence class.
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