GooglePrivacyDlpV2CustomInfoType constructor
GooglePrivacyDlpV2CustomInfoType({
- List<
GooglePrivacyDlpV2DetectionRule> ? detectionRules, - GooglePrivacyDlpV2Dictionary? dictionary,
- String? exclusionType,
- GooglePrivacyDlpV2InfoType? infoType,
- String? likelihood,
- GooglePrivacyDlpV2Regex? regex,
- GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
- GooglePrivacyDlpV2StoredType? storedType,
- GooglePrivacyDlpV2SurrogateType? surrogateType,
Implementation
GooglePrivacyDlpV2CustomInfoType({
this.detectionRules,
this.dictionary,
this.exclusionType,
this.infoType,
this.likelihood,
this.regex,
this.sensitivityScore,
this.storedType,
this.surrogateType,
});