GooglePrivacyDlpV2InspectionRule constructor

GooglePrivacyDlpV2InspectionRule({
  1. GooglePrivacyDlpV2ExclusionRule? exclusionRule,
  2. GooglePrivacyDlpV2HotwordRule? hotwordRule,
})

Implementation

GooglePrivacyDlpV2InspectionRule({
  this.exclusionRule,
  this.hotwordRule,
});