GooglePrivacyDlpV2LargeCustomDictionaryConfig constructor

GooglePrivacyDlpV2LargeCustomDictionaryConfig({
  1. GooglePrivacyDlpV2BigQueryField? bigQueryField,
  2. GooglePrivacyDlpV2CloudStorageFileSet? cloudStorageFileSet,
  3. GooglePrivacyDlpV2CloudStoragePath? outputPath,
})

Implementation

GooglePrivacyDlpV2LargeCustomDictionaryConfig({
  this.bigQueryField,
  this.cloudStorageFileSet,
  this.outputPath,
});