* $playcustomappService = new Google\Service\Playcustomapp(...); * $accounts = $playcustomappService->accounts; * */ class Accounts extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Accounts::class, 'Google_Service_Playcustomapp_Resource_Accounts');