GooglePrivacyDlpV2DatabaseResourceRegex constructor

GooglePrivacyDlpV2DatabaseResourceRegex({
  1. String? databaseRegex,
  2. String? databaseResourceNameRegex,
  3. String? instanceRegex,
  4. String? projectIdRegex,
})

Implementation

GooglePrivacyDlpV2DatabaseResourceRegex({
  this.databaseRegex,
  this.databaseResourceNameRegex,
  this.instanceRegex,
  this.projectIdRegex,
});