GooglePrivacyDlpV2NumericalStatsResult class

Result of the numerical stats computation.

Properties

hashCode int
The hash code for this object.
no setterinherited
maxValue GooglePrivacyDlpV2Value?
Maximum value appearing in the column.
getter/setter pair
minValue GooglePrivacyDlpV2Value?
Minimum value appearing in the column.
getter/setter pair
quantileValues List<GooglePrivacyDlpV2Value>?
List of 99 values that partition the set of field values into 100 equal sized buckets.
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