GooglePrivacyDlpV2OutputStorageConfig constructor

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

Implementation

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