ip = $ip; } /** * @return string */ public function getIp() { return $this->ip; } /** * @param string */ public function setOverrideType($overrideType) { $this->overrideType = $overrideType; } /** * @return string */ public function getOverrideType() { return $this->overrideType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1IpOverrideData::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1IpOverrideData');