GooglePrivacyDlpV2DiscoveryFileStoreConditions constructor

GooglePrivacyDlpV2DiscoveryFileStoreConditions({
  1. GooglePrivacyDlpV2DiscoveryCloudStorageConditions? cloudStorageConditions,
  2. String? createdAfter,
  3. String? minAge,
})

Implementation

GooglePrivacyDlpV2DiscoveryFileStoreConditions({
  this.cloudStorageConditions,
  this.createdAfter,
  this.minAge,
});