GooglePrivacyDlpV2CloudStorageRegexFileSet constructor

GooglePrivacyDlpV2CloudStorageRegexFileSet({
  1. String? bucketName,
  2. List<String>? excludeRegex,
  3. List<String>? includeRegex,
})

Implementation

GooglePrivacyDlpV2CloudStorageRegexFileSet({
  this.bucketName,
  this.excludeRegex,
  this.includeRegex,
});