GooglePrivacyDlpV2PolicyRule constructor

GooglePrivacyDlpV2PolicyRule({
  1. GooglePrivacyDlpV2PolicyAction? action,
  2. List<GooglePrivacyDlpV2PolicyCondition>? conditions,
  3. String? returnVerdict,
})

Implementation

GooglePrivacyDlpV2PolicyRule({
  this.action,
  this.conditions,
  this.returnVerdict,
});