GooglePrivacyDlpV2TaggedField constructor
GooglePrivacyDlpV2TaggedField({
- String? customTag,
- GooglePrivacyDlpV2FieldId? field,
- GoogleProtobufEmpty? inferred,
- GooglePrivacyDlpV2InfoType? infoType,
Implementation
GooglePrivacyDlpV2TaggedField({
this.customTag,
this.field,
this.inferred,
this.infoType,
});