GooglePrivacyDlpV2CategoricalStatsHistogramBucket class

Histogram of value frequencies in the column.

Constructors

GooglePrivacyDlpV2CategoricalStatsHistogramBucket({String? bucketSize, String? bucketValueCount, List<GooglePrivacyDlpV2ValueFrequency>? bucketValues, String? valueFrequencyLowerBound, String? valueFrequencyUpperBound})
GooglePrivacyDlpV2CategoricalStatsHistogramBucket.fromJson(Map json_)

Properties

bucketSize String?
Total number of values in this bucket.
getter/setter pair
bucketValueCount String?
Total number of distinct values in this bucket.
getter/setter pair
bucketValues List<GooglePrivacyDlpV2ValueFrequency>?
Sample of value frequencies 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
valueFrequencyLowerBound String?
Lower bound on the value frequency of the values in this bucket.
getter/setter pair
valueFrequencyUpperBound String?
Upper bound on the value frequency of the values 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