GooglePrivacyDlpV2Export constructor

GooglePrivacyDlpV2Export({
  1. GooglePrivacyDlpV2BigQueryTable? profileTable,
  2. GooglePrivacyDlpV2BigQueryTable? sampleFindingsTable,
})

Implementation

GooglePrivacyDlpV2Export({
  this.profileTable,
  this.sampleFindingsTable,
});