GooglePrivacyDlpV2PrivacyMetric class Null safety
Privacy metric to compute for reidentification risk analysis.
Constructors
- GooglePrivacyDlpV2PrivacyMetric({GooglePrivacyDlpV2CategoricalStatsConfig? categoricalStatsConfig, GooglePrivacyDlpV2DeltaPresenceEstimationConfig? deltaPresenceEstimationConfig, GooglePrivacyDlpV2KAnonymityConfig? kAnonymityConfig, GooglePrivacyDlpV2KMapEstimationConfig? kMapEstimationConfig, GooglePrivacyDlpV2LDiversityConfig? lDiversityConfig, GooglePrivacyDlpV2NumericalStatsConfig? numericalStatsConfig})
- GooglePrivacyDlpV2PrivacyMetric.fromJson(Map json_)
Properties
- categoricalStatsConfig ↔ GooglePrivacyDlpV2CategoricalStatsConfig?
-
Categorical stats
read / write
- deltaPresenceEstimationConfig ↔ GooglePrivacyDlpV2DeltaPresenceEstimationConfig?
-
delta-presence
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- kAnonymityConfig ↔ GooglePrivacyDlpV2KAnonymityConfig?
-
K-anonymity
read / write
- kMapEstimationConfig ↔ GooglePrivacyDlpV2KMapEstimationConfig?
-
k-map
read / write
- lDiversityConfig ↔ GooglePrivacyDlpV2LDiversityConfig?
-
l-diversity
read / write
- numericalStatsConfig ↔ GooglePrivacyDlpV2NumericalStatsConfig?
-
Numerical stats
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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