| |
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- A description of how to use this function
Args:
seriesId: The decimal ID of the Series. (required)
- insert = method(self, **kwargs)
- A description of how to use this function
Args:
body: The request body.
- list = method(self, **kwargs)
- A description of how to use this function
Args:
q: Search query.
max_results: Maximum number of results to return.
start_index: Index of the first result to be retrieved.
- responses = methodResource(self)
- A collection resource.
- submissions = methodResource(self)
- A collection resource.
- update = method(self, **kwargs)
- A description of how to use this function
Args:
seriesId: The decimal ID of the Series. (required)
body: The request body.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|