class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
Gets volume information for volumes on a bookshelf.
 
Args:
  projection: string, Restrict information returned to a set of selected fields.
    Allowed values
      full - Includes all volume data.
      lite - Includes a subset of fields in volumeInfo and accessInfo.
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
  maxResults: integer, Maximum number of results to return
  q: string, Full-text search query string in this bookshelf.
  startIndex: integer, Index of the first element to return (starts at 0)
  shelf: string, The bookshelf id or name retrieve volumes for.

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