GoogleCloudRecaptchaenterpriseV1WebKeySettings.fromJson constructor
GoogleCloudRecaptchaenterpriseV1WebKeySettings.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1WebKeySettings.fromJson(core.Map json_)
: this(
allowAllDomains: json_['allowAllDomains'] as core.bool?,
allowAmpTraffic: json_['allowAmpTraffic'] as core.bool?,
allowedDomains: (json_['allowedDomains'] as core.List?)
?.map((value) => value as core.String)
.toList(),
challengeSecurityPreference:
json_['challengeSecurityPreference'] as core.String?,
integrationType: json_['integrationType'] as core.String?,
);