GooglePrivacyDlpV2CloudStorageRegex constructor

GooglePrivacyDlpV2CloudStorageRegex({
  1. String? bucketNameRegex,
  2. String? projectIdRegex,
})

Implementation

GooglePrivacyDlpV2CloudStorageRegex({
  this.bucketNameRegex,
  this.projectIdRegex,
});