GooglePrivacyDlpV2DiscoveryBigQueryFilter constructor

GooglePrivacyDlpV2DiscoveryBigQueryFilter({
  1. GooglePrivacyDlpV2AllOtherBigQueryTables? otherTables,
  2. GooglePrivacyDlpV2BigQueryTableCollection? tables,
})

Implementation

GooglePrivacyDlpV2DiscoveryBigQueryFilter({
  this.otherTables,
  this.tables,
});