GooglePrivacyDlpV2TaggedField constructor

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

Implementation

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