GooglePrivacyDlpV2ContentItem constructor

GooglePrivacyDlpV2ContentItem({
  1. GooglePrivacyDlpV2BatchContentItem? batchContentItem,
  2. GooglePrivacyDlpV2ByteContentItem? byteItem,
  3. GooglePrivacyDlpV2ContentMetadata? contentMetadata,
  4. GooglePrivacyDlpV2Conversation? conversation,
  5. GooglePrivacyDlpV2Table? table,
  6. String? value,
})

Implementation

GooglePrivacyDlpV2ContentItem({
  this.batchContentItem,
  this.byteItem,
  this.contentMetadata,
  this.conversation,
  this.table,
  this.value,
});