GooglePrivacyDlpV2Tag constructor

GooglePrivacyDlpV2Tag({
  1. String? key,
  2. String? namespacedTagValue,
  3. String? value,
})

Implementation

GooglePrivacyDlpV2Tag({this.key, this.namespacedTagValue, this.value});