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