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