GooglePrivacyDlpV2LDiversityEquivalenceClass class

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numDistinctSensitiveValues String?
Number of distinct sensitive values in this equivalence class.
getter/setter pair
quasiIdsValues List<GooglePrivacyDlpV2Value>?
Quasi-identifier values defining the k-anonymity equivalence class.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topSensitiveValues List<GooglePrivacyDlpV2ValueFrequency>?
Estimated frequencies of top sensitive values.
getter/setter pair

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