| |
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.
shelf: string, The bookshelf id or name retrieve volumes for.
maxResults: integer, Maximum number of results to return
startIndex: integer, Index of the first element to return (starts at 0)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|