countries = $countries; } /** * @return string[] */ public function getCountries() { return $this->countries; } /** * @param bool */ public function setIncludeRestOfWorld($includeRestOfWorld) { $this->includeRestOfWorld = $includeRestOfWorld; } /** * @return bool */ public function getIncludeRestOfWorld() { return $this->includeRestOfWorld; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CountryTargeting::class, 'Google_Service_AndroidPublisher_CountryTargeting');