GooglePrivacyDlpV2PrivacyMetric class
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
  getter/setter pair
 - deltaPresenceEstimationConfig ↔ GooglePrivacyDlpV2DeltaPresenceEstimationConfig?
 - 
  delta-presence
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - kAnonymityConfig ↔ GooglePrivacyDlpV2KAnonymityConfig?
 - 
  K-anonymity
  getter/setter pair
 - kMapEstimationConfig ↔ GooglePrivacyDlpV2KMapEstimationConfig?
 - 
  k-map
  getter/setter pair
 - lDiversityConfig ↔ GooglePrivacyDlpV2LDiversityConfig?
 - 
  l-diversity
  getter/setter pair
 - numericalStatsConfig ↔ GooglePrivacyDlpV2NumericalStatsConfig?
 - 
  Numerical stats
  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