GooglePrivacyDlpV2ExclusionRule constructor

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

Implementation

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