GooglePrivacyDlpV2StorageConfig constructor

GooglePrivacyDlpV2StorageConfig({
  1. GooglePrivacyDlpV2BigQueryOptions? bigQueryOptions,
  2. GooglePrivacyDlpV2CloudStorageOptions? cloudStorageOptions,
  3. GooglePrivacyDlpV2DatastoreOptions? datastoreOptions,
  4. GooglePrivacyDlpV2HybridOptions? hybridOptions,
  5. GooglePrivacyDlpV2TimespanConfig? timespanConfig,
})

Implementation

GooglePrivacyDlpV2StorageConfig({
  this.bigQueryOptions,
  this.cloudStorageOptions,
  this.datastoreOptions,
  this.hybridOptions,
  this.timespanConfig,
});