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