GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo.fromJson constructor

GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo.fromJson(
  core.Map json_,
) : this(
      emailAddress: json_['emailAddress'] as core.String?,
      lastVerificationTime: json_['lastVerificationTime'] as core.String?,
      phoneNumber: json_['phoneNumber'] as core.String?,
      requestToken: json_['requestToken'] as core.String?,
    );