GoogleCloudRecaptchaenterpriseV1WafSettings.fromJson constructor

GoogleCloudRecaptchaenterpriseV1WafSettings.fromJson(
  1. Map json_
)

Implementation

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