GooglePrivacyDlpV2QuasiId constructor

GooglePrivacyDlpV2QuasiId({
  1. String? customTag,
  2. GooglePrivacyDlpV2FieldId? field,
  3. GoogleProtobufEmpty? inferred,
  4. GooglePrivacyDlpV2InfoType? infoType,
})

Implementation

GooglePrivacyDlpV2QuasiId({
  this.customTag,
  this.field,
  this.inferred,
  this.infoType,
});