GooglePrivacyDlpV2ContentLocation constructor
GooglePrivacyDlpV2ContentLocation({
- String? containerName,
- String? containerTimestamp,
- String? containerVersion,
- GooglePrivacyDlpV2DocumentLocation? documentLocation,
- GooglePrivacyDlpV2ImageLocation? imageLocation,
- GooglePrivacyDlpV2MetadataLocation? metadataLocation,
- GooglePrivacyDlpV2RecordLocation? recordLocation,
Implementation
GooglePrivacyDlpV2ContentLocation({
this.containerName,
this.containerTimestamp,
this.containerVersion,
this.documentLocation,
this.imageLocation,
this.metadataLocation,
this.recordLocation,
});