GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson constructor

GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson(core.Map json_)
  : this(
      accountId: json_['accountId'] as core.String?,
      creationMs: json_['creationMs'] as core.String?,
      email: json_['email'] as core.String?,
      emailVerified: json_['emailVerified'] as core.bool?,
      phoneNumber: json_['phoneNumber'] as core.String?,
      phoneVerified: json_['phoneVerified'] as core.bool?,
    );