GooglePrivacyDlpV2OutputStorageConfig constructor

GooglePrivacyDlpV2OutputStorageConfig({
  1. String? outputSchema,
  2. GooglePrivacyDlpV2CloudStoragePath? storagePath,
  3. GooglePrivacyDlpV2BigQueryTable? table,
})

Implementation

GooglePrivacyDlpV2OutputStorageConfig({
  this.outputSchema,
  this.storagePath,
  this.table,
});