GooglePrivacyDlpV2KAnonymityEquivalenceClass class Null safety
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.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
quasiIdsValues
↔ List<
GooglePrivacyDlpV2Value> ? -
Set of values defining the equivalence class.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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