GooglePrivacyDlpV2InfoTypeCondition constructor

GooglePrivacyDlpV2InfoTypeCondition({
  1. GoogleProtobufEmpty? anyInfoType,
  2. GooglePrivacyDlpV2InfoTypes? infoTypes,
  3. String? minCount,
})

Implementation

GooglePrivacyDlpV2InfoTypeCondition({
  this.anyInfoType,
  this.infoTypes,
  this.minCount,
});