allowHttpOptions = $allowHttpOptions; } /** * @return bool */ public function getAllowHttpOptions() { return $this->allowHttpOptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CorsSettings::class, 'Google_Service_CloudIAP_CorsSettings');