GooglePrivacyDlpV2AwsDiscoveryStartingLocation constructor

GooglePrivacyDlpV2AwsDiscoveryStartingLocation({
  1. String? accountId,
  2. bool? allAssetInventoryAssets,
})

Implementation

GooglePrivacyDlpV2AwsDiscoveryStartingLocation({
  this.accountId,
  this.allAssetInventoryAssets,
});