GooglePrivacyDlpV2LDiversityHistogramBucket class

Histogram of l-diversity equivalence class sensitive value frequencies.

Constructors

GooglePrivacyDlpV2LDiversityHistogramBucket({String? bucketSize, String? bucketValueCount, List<GooglePrivacyDlpV2LDiversityEquivalenceClass>? bucketValues, String? sensitiveValueFrequencyLowerBound, String? sensitiveValueFrequencyUpperBound})
GooglePrivacyDlpV2LDiversityHistogramBucket.fromJson(Map json_)

Properties

bucketSize String?
Total number of equivalence classes in this bucket.
getter/setter pair
bucketValueCount String?
Total number of distinct equivalence classes in this bucket.
getter/setter pair
bucketValues List<GooglePrivacyDlpV2LDiversityEquivalenceClass>?
Sample of equivalence classes in this bucket.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitiveValueFrequencyLowerBound String?
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
getter/setter pair
sensitiveValueFrequencyUpperBound String?
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
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