GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent.fromJson constructor
GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent.fromJson(
core.Map json_,
) : this(
eventTime: json_['eventTime'] as core.String?,
phoneNumber: json_['phoneNumber'] as core.String?,
);