GoogleCloudRecaptchaenterpriseV1WafSettings.fromJson constructor

GoogleCloudRecaptchaenterpriseV1WafSettings.fromJson(
  1. Map json_
)

Implementation

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