class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Retrieves a specific bookshelf for the specified user.
 
Args:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
  userId: string, Id of user for whom to retrieve bookshelves. (required)
  shelf: string, Id of bookshelf to retrieve. (required)
list = method(self, **kwargs)
Retrieves a list of public bookshelves for the specified user.
 
Args:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
  userId: string, Id of user for whom to retrieve bookshelves. (required)
volumes = methodResource(self)
A collection resource.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)