GooglePrivacyDlpV2InfoTypeLimit constructor

GooglePrivacyDlpV2InfoTypeLimit({
  1. GooglePrivacyDlpV2InfoType? infoType,
  2. int? maxFindings,
})

Implementation

GooglePrivacyDlpV2InfoTypeLimit({
  this.infoType,
  this.maxFindings,
});