GooglePrivacyDlpV2RiskAnalysisJobConfig constructor

GooglePrivacyDlpV2RiskAnalysisJobConfig({
  1. List<GooglePrivacyDlpV2Action>? actions,
  2. GooglePrivacyDlpV2PrivacyMetric? privacyMetric,
  3. GooglePrivacyDlpV2BigQueryTable? sourceTable,
})

Implementation

GooglePrivacyDlpV2RiskAnalysisJobConfig({
  this.actions,
  this.privacyMetric,
  this.sourceTable,
});