GooglePrivacyDlpV2ExclusionRule constructor

GooglePrivacyDlpV2ExclusionRule({
  1. GooglePrivacyDlpV2Dictionary? dictionary,
  2. GooglePrivacyDlpV2ExcludeByHotword? excludeByHotword,
  3. GooglePrivacyDlpV2ExcludeByImageFindings? excludeByImageFindings,
  4. GooglePrivacyDlpV2ExcludeInfoTypes? excludeInfoTypes,
  5. String? matchingType,
  6. GooglePrivacyDlpV2Regex? regex,
})

Implementation

GooglePrivacyDlpV2ExclusionRule({
  this.dictionary,
  this.excludeByHotword,
  this.excludeByImageFindings,
  this.excludeInfoTypes,
  this.matchingType,
  this.regex,
});