GoogleCloudRecaptchaenterpriseV1AppleDeveloperId.fromJson constructor

GoogleCloudRecaptchaenterpriseV1AppleDeveloperId.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1AppleDeveloperId.fromJson(core.Map json_)
  : this(
      keyId: json_['keyId'] as core.String?,
      privateKey: json_['privateKey'] as core.String?,
      teamId: json_['teamId'] as core.String?,
    );