GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails class

Result of a risk analysis operation request.

Properties

categoricalStatsResult GooglePrivacyDlpV2CategoricalStatsResult?
Categorical stats result
getter/setter pair
deltaPresenceEstimationResult GooglePrivacyDlpV2DeltaPresenceEstimationResult?
Delta-presence result
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kAnonymityResult GooglePrivacyDlpV2KAnonymityResult?
K-anonymity result
getter/setter pair
kMapEstimationResult GooglePrivacyDlpV2KMapEstimationResult?
K-map result
getter/setter pair
lDiversityResult GooglePrivacyDlpV2LDiversityResult?
L-divesity result
getter/setter pair
numericalStatsResult GooglePrivacyDlpV2NumericalStatsResult?
Numerical stats result
getter/setter pair
requestedOptions GooglePrivacyDlpV2RequestedRiskAnalysisOptions?
The configuration used for this job.
getter/setter pair
requestedPrivacyMetric GooglePrivacyDlpV2PrivacyMetric?
Privacy metric to compute.
getter/setter pair
requestedSourceTable GooglePrivacyDlpV2BigQueryTable?
Input dataset to compute metrics over.
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