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