/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher/TrackTargetedCountry.php (1160B)
countryCode = $countryCode;
}
/**
* @return string
*/
public function getCountryCode()
{
return $this->countryCode;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TrackTargetedCountry::class, 'Google_Service_AndroidPublisher_TrackTargetedCountry');