* $booksService = new Google\Service\Books(...); * $mylibrary = $booksService->mylibrary; * */ class Mylibrary extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Mylibrary::class, 'Google_Service_Books_Resource_Mylibrary');