GooglePrivacyDlpV2TableReference constructor

GooglePrivacyDlpV2TableReference({
  1. String? datasetId,
  2. String? tableId,
})

Implementation

GooglePrivacyDlpV2TableReference({
  this.datasetId,
  this.tableId,
});