/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher/CountryTargeting.php (1514B)
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');