class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  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)
  topicId: The decimal ID of the Topic within the Series. (required)
insert = method(self, **kwargs)
A description of how to use this function
 
Args:
  seriesId: The decimal ID of the Series. (required)
  body: The request body.
list = method(self, **kwargs)
A description of how to use this function
 
Args:
  q: Search query.
  seriesId: The decimal ID of the Series. (required)
  max_results: Maximum number of results to return.
  mode: A parameter
  start_index: 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: The decimal ID of the Series. (required)
  topicId: The decimal ID of the Topic within 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)