GooglePrivacyDlpV2KMapEstimationHistogramBucket class
A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population.
An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records.
Constructors
-
GooglePrivacyDlpV2KMapEstimationHistogramBucket({String? bucketSize, String? bucketValueCount, List<
GooglePrivacyDlpV2KMapEstimationQuasiIdValues> ? bucketValues, String? maxAnonymity, String? minAnonymity}) - GooglePrivacyDlpV2KMapEstimationHistogramBucket.fromJson(Map json_)
Properties
- bucketSize ↔ String?
-
Number of records within these anonymity bounds.
getter/setter pair
- bucketValueCount ↔ String?
-
Total number of distinct quasi-identifier tuple values in this bucket.
getter/setter pair
-
bucketValues
↔ List<
GooglePrivacyDlpV2KMapEstimationQuasiIdValues> ? -
Sample of quasi-identifier tuple values in this bucket.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAnonymity ↔ String?
-
Always greater than or equal to min_anonymity.
getter/setter pair
- minAnonymity ↔ String?
-
Always positive.
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