GooglePrivacyDlpV2StorageConfig constructor
GooglePrivacyDlpV2StorageConfig({
- GooglePrivacyDlpV2BigQueryOptions? bigQueryOptions,
- GooglePrivacyDlpV2CloudStorageOptions? cloudStorageOptions,
- GooglePrivacyDlpV2DatastoreOptions? datastoreOptions,
- GooglePrivacyDlpV2HybridOptions? hybridOptions,
- GooglePrivacyDlpV2TimespanConfig? timespanConfig,
Implementation
GooglePrivacyDlpV2StorageConfig({
this.bigQueryOptions,
this.cloudStorageOptions,
this.datastoreOptions,
this.hybridOptions,
this.timespanConfig,
});