GooglePrivacyDlpV2AwsAccount.fromJson constructor

GooglePrivacyDlpV2AwsAccount.fromJson(
  1. Map json_
)

Implementation

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