GooglePrivacyDlpV2RiskAnalysisJobConfig class
Configuration for a risk analysis job.
See https://cloud.google.com/sensitive-data-protection/docs/concepts-risk-analysis to learn more.
Constructors
-
GooglePrivacyDlpV2RiskAnalysisJobConfig({List<
GooglePrivacyDlpV2Action> ? actions, GooglePrivacyDlpV2PrivacyMetric? privacyMetric, GooglePrivacyDlpV2BigQueryTable? sourceTable}) - GooglePrivacyDlpV2RiskAnalysisJobConfig.fromJson(Map json_)
Properties
-
actions
↔ List<
GooglePrivacyDlpV2Action> ? -
Actions to execute at the completion of the job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- privacyMetric ↔ GooglePrivacyDlpV2PrivacyMetric?
-
Privacy metric to compute.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceTable ↔ GooglePrivacyDlpV2BigQueryTable?
-
Input dataset to compute metrics over.
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