contactInfo = $contactInfo; } /** * @return TravelFlightsAirlineConfigContactInfo[] */ public function getContactInfo() { return $this->contactInfo; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TravelFlightsAirlineConfigCountryContactInfo::class, 'Google_Service_Contentwarehouse_TravelFlightsAirlineConfigCountryContactInfo');