GooglePrivacyDlpV2DiscoveryOtherCloudFilter constructor

GooglePrivacyDlpV2DiscoveryOtherCloudFilter({
  1. GooglePrivacyDlpV2OtherCloudResourceCollection? collection,
  2. GooglePrivacyDlpV2AllOtherResources? others,
  3. GooglePrivacyDlpV2OtherCloudSingleResourceReference? singleResource,
})

Implementation

GooglePrivacyDlpV2DiscoveryOtherCloudFilter({
  this.collection,
  this.others,
  this.singleResource,
});