GoogleCloudRecaptchaenterpriseV1IpOverrideData.fromJson constructor

GoogleCloudRecaptchaenterpriseV1IpOverrideData.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1IpOverrideData.fromJson(core.Map json_)
    : this(
        ip: json_['ip'] as core.String?,
        overrideType: json_['overrideType'] as core.String?,
      );