GooglePrivacyDlpV2DatabaseResourceReference constructor

GooglePrivacyDlpV2DatabaseResourceReference({
  1. String? database,
  2. String? databaseResource,
  3. String? instance,
  4. String? projectId,
})

Implementation

GooglePrivacyDlpV2DatabaseResourceReference({
  this.database,
  this.databaseResource,
  this.instance,
  this.projectId,
});