GooglePrivacyDlpV2InspectConfig constructor

GooglePrivacyDlpV2InspectConfig({
  1. List<String>? contentOptions,
  2. List<GooglePrivacyDlpV2CustomInfoType>? customInfoTypes,
  3. bool? excludeInfoTypes,
  4. bool? includeQuote,
  5. List<GooglePrivacyDlpV2InfoType>? infoTypes,
  6. GooglePrivacyDlpV2FindingLimits? limits,
  7. String? minLikelihood,
  8. List<GooglePrivacyDlpV2InfoTypeLikelihood>? minLikelihoodPerInfoType,
  9. List<GooglePrivacyDlpV2InspectionRuleSet>? ruleSet,
})

Implementation

GooglePrivacyDlpV2InspectConfig({
  this.contentOptions,
  this.customInfoTypes,
  this.excludeInfoTypes,
  this.includeQuote,
  this.infoTypes,
  this.limits,
  this.minLikelihood,
  this.minLikelihoodPerInfoType,
  this.ruleSet,
});