GooglePrivacyDlpV2LDiversityHistogramBucket class Null safety
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.
read / write
- bucketValueCount ↔ String?
-
Total number of distinct equivalence classes in this bucket.
read / write
-
bucketValues
↔ List<
GooglePrivacyDlpV2LDiversityEquivalenceClass> ? -
Sample of equivalence classes in this bucket.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sensitiveValueFrequencyLowerBound ↔ String?
-
Lower bound on the sensitive value frequencies of the equivalence classes
in this bucket.
read / write
- sensitiveValueFrequencyUpperBound ↔ String?
-
Upper bound on the sensitive value frequencies of the equivalence classes
in this bucket.
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