GooglePrivacyDlpV2InspectionRuleSet constructor

GooglePrivacyDlpV2InspectionRuleSet({
  1. List<GooglePrivacyDlpV2InfoType>? infoTypes,
  2. List<GooglePrivacyDlpV2InspectionRule>? rules,
})

Implementation

GooglePrivacyDlpV2InspectionRuleSet({
  this.infoTypes,
  this.rules,
});