GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson constructor
GoogleCloudRecaptchaenterpriseV1TransactionDataUser.fromJson(
- 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?,
);