GooglePrivacyDlpV2CustomInfoType constructor

GooglePrivacyDlpV2CustomInfoType({
  1. List<GooglePrivacyDlpV2DetectionRule>? detectionRules,
  2. GooglePrivacyDlpV2Dictionary? dictionary,
  3. String? exclusionType,
  4. GooglePrivacyDlpV2InfoType? infoType,
  5. String? likelihood,
  6. GooglePrivacyDlpV2Regex? regex,
  7. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  8. GooglePrivacyDlpV2StoredType? storedType,
  9. GooglePrivacyDlpV2SurrogateType? surrogateType,
})

Implementation

GooglePrivacyDlpV2CustomInfoType({
  this.detectionRules,
  this.dictionary,
  this.exclusionType,
  this.infoType,
  this.likelihood,
  this.regex,
  this.sensitivityScore,
  this.storedType,
  this.surrogateType,
});