GooglePrivacyDlpV2LDiversityEquivalenceClass class Null safety
The set of columns' values that share the same ldiversity value.
Constructors
-
GooglePrivacyDlpV2LDiversityEquivalenceClass({String? equivalenceClassSize, String? numDistinctSensitiveValues, List<
GooglePrivacyDlpV2Value> ? quasiIdsValues, List<GooglePrivacyDlpV2ValueFrequency> ? topSensitiveValues}) - GooglePrivacyDlpV2LDiversityEquivalenceClass.fromJson(Map json_)
Properties
- equivalenceClassSize ↔ String?
-
Size of the k-anonymity equivalence class.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numDistinctSensitiveValues ↔ String?
-
Number of distinct sensitive values in this equivalence class.
read / write
-
quasiIdsValues
↔ List<
GooglePrivacyDlpV2Value> ? -
Quasi-identifier values defining the k-anonymity equivalence class.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
topSensitiveValues
↔ List<
GooglePrivacyDlpV2ValueFrequency> ? -
Estimated frequencies of top sensitive values.
read / write
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