GooglePrivacyDlpV2ContentLocation constructor

GooglePrivacyDlpV2ContentLocation({
  1. GooglePrivacyDlpV2BatchContentLocation? batchContentLocation,
  2. String? containerName,
  3. String? containerTimestamp,
  4. String? containerVersion,
  5. GooglePrivacyDlpV2ConversationLocation? conversationLocation,
  6. GooglePrivacyDlpV2DocumentLocation? documentLocation,
  7. GooglePrivacyDlpV2ImageLocation? imageLocation,
  8. GooglePrivacyDlpV2MetadataLocation? metadataLocation,
  9. GooglePrivacyDlpV2RecordLocation? recordLocation,
})

Implementation

GooglePrivacyDlpV2ContentLocation({
  this.batchContentLocation,
  this.containerName,
  this.containerTimestamp,
  this.containerVersion,
  this.conversationLocation,
  this.documentLocation,
  this.imageLocation,
  this.metadataLocation,
  this.recordLocation,
});