GooglePrivacyDlpV2DiscoveryTarget constructor

GooglePrivacyDlpV2DiscoveryTarget({
  1. GooglePrivacyDlpV2BigQueryDiscoveryTarget? bigQueryTarget,
  2. GooglePrivacyDlpV2CloudSqlDiscoveryTarget? cloudSqlTarget,
  3. GooglePrivacyDlpV2SecretsDiscoveryTarget? secretsTarget,
})

Implementation

GooglePrivacyDlpV2DiscoveryTarget({
  this.bigQueryTarget,
  this.cloudSqlTarget,
  this.secretsTarget,
});