GooglePrivacyDlpV2AdjustByMatchingInfoTypes constructor

GooglePrivacyDlpV2AdjustByMatchingInfoTypes({
  1. List<GooglePrivacyDlpV2InfoType>? infoTypes,
  2. String? matchingType,
  3. String? minLikelihood,
})

Implementation

GooglePrivacyDlpV2AdjustByMatchingInfoTypes({
  this.infoTypes,
  this.matchingType,
  this.minLikelihood,
});