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