|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- Returns the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
- insert = method(self, **kwargs)
- Inserts a new series.
Args:
body: object, The request body. (required)
- list = method(self, **kwargs)
- Searches the series and returns the search results.
Args:
q: string, Search query.
max_results: integer, Maximum number of results to return.
start_index: integer, Index of the first result to be retrieved.
- patch = method(self, **kwargs)
- Updates the specified series. This method supports patch semantics.
Args:
seriesId: integer, The decimal ID of the Series. (required)
body: object, The request body. (required)
- responses = methodResource(self)
- A collection resource.
- submissions = methodResource(self)
- A collection resource.
- update = method(self, **kwargs)
- Updates the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
body: object, The request body. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|