GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation.fromJson constructor

GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation.fromJson(core.Map json_)
  : this(
      awsLocation: json_.containsKey('awsLocation')
          ? GooglePrivacyDlpV2AwsDiscoveryStartingLocation.fromJson(
              json_['awsLocation'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );