GooglePrivacyDlpV2TagCondition constructor

GooglePrivacyDlpV2TagCondition({
  1. GooglePrivacyDlpV2SensitivityScore? sensitivityScore,
  2. GooglePrivacyDlpV2TagValue? tag,
})

Implementation

GooglePrivacyDlpV2TagCondition({
  this.sensitivityScore,
  this.tag,
});