GooglePrivacyDlpV2ExclusionRule constructor
GooglePrivacyDlpV2ExclusionRule({
- GooglePrivacyDlpV2Dictionary? dictionary,
- GooglePrivacyDlpV2ExcludeByHotword? excludeByHotword,
- GooglePrivacyDlpV2ExcludeInfoTypes? excludeInfoTypes,
- String? matchingType,
- GooglePrivacyDlpV2Regex? regex,
Implementation
GooglePrivacyDlpV2ExclusionRule({
this.dictionary,
this.excludeByHotword,
this.excludeInfoTypes,
this.matchingType,
this.regex,
});