GooglePrivacyDlpV2DiscoveryFileStoreConditions constructor
GooglePrivacyDlpV2DiscoveryFileStoreConditions({
- GooglePrivacyDlpV2DiscoveryCloudStorageConditions? cloudStorageConditions,
- String? createdAfter,
- String? minAge,
Implementation
GooglePrivacyDlpV2DiscoveryFileStoreConditions({
this.cloudStorageConditions,
this.createdAfter,
this.minAge,
});