* $androidpublisherService = new Google\Service\AndroidPublisher(...); * $systemapks = $androidpublisherService->systemapks; * */ class Systemapks extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Systemapks::class, 'Google_Service_AndroidPublisher_Resource_Systemapks');