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