GooglePrivacyDlpV2DiscoveryCloudSqlFilter constructor

GooglePrivacyDlpV2DiscoveryCloudSqlFilter({
  1. GooglePrivacyDlpV2DatabaseResourceCollection? collection,
  2. GooglePrivacyDlpV2DatabaseResourceReference? databaseResourceReference,
  3. GooglePrivacyDlpV2AllOtherDatabaseResources? others,
})

Implementation

GooglePrivacyDlpV2DiscoveryCloudSqlFilter({
  this.collection,
  this.databaseResourceReference,
  this.others,
});