GooglePrivacyDlpV2ContentLocation constructor

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

Implementation

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