GooglePrivacyDlpV2InspectConfig constructor
GooglePrivacyDlpV2InspectConfig({
- List<
String> ? contentOptions, - List<
GooglePrivacyDlpV2CustomInfoType> ? customInfoTypes, - bool? excludeInfoTypes,
- bool? includeQuote,
- List<
GooglePrivacyDlpV2InfoType> ? infoTypes, - GooglePrivacyDlpV2FindingLimits? limits,
- String? minLikelihood,
- List<
GooglePrivacyDlpV2InfoTypeLikelihood> ? minLikelihoodPerInfoType, - List<
GooglePrivacyDlpV2InspectionRuleSet> ? ruleSet,
Implementation
GooglePrivacyDlpV2InspectConfig({
this.contentOptions,
this.customInfoTypes,
this.excludeInfoTypes,
this.includeQuote,
this.infoTypes,
this.limits,
this.minLikelihood,
this.minLikelihoodPerInfoType,
this.ruleSet,
});