GooglePrivacyDlpV2FileSet constructor

GooglePrivacyDlpV2FileSet({
  1. GooglePrivacyDlpV2CloudStorageRegexFileSet? regexFileSet,
  2. String? url,
})

Implementation

GooglePrivacyDlpV2FileSet({
  this.regexFileSet,
  this.url,
});