GooglePrivacyDlpV2AwsDiscoveryStartingLocation.fromJson constructor

GooglePrivacyDlpV2AwsDiscoveryStartingLocation.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2AwsDiscoveryStartingLocation.fromJson(core.Map json_)
  : this(
      accountId: json_['accountId'] as core.String?,
      allAssetInventoryAssets: json_['allAssetInventoryAssets'] as core.bool?,
    );