countryCodes = $countryCodes; } /** * @return string[] */ public function getCountryCodes() { return $this->countryCodes; } /** * @param bool */ public function setExclude($exclude) { $this->exclude = $exclude; } /** * @return bool */ public function getExclude() { return $this->exclude; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserCountriesTargeting::class, 'Google_Service_AndroidPublisher_UserCountriesTargeting');