GooglePrivacyDlpV2ByteContentItem constructor

GooglePrivacyDlpV2ByteContentItem({
  1. String? data,
  2. String? type,
})

Implementation

GooglePrivacyDlpV2ByteContentItem({
  this.data,
  this.type,
});