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:
  lang: The language code for the language the client prefers resuls in.
  seriesId: The decimal ID of the Series. (required)
  submissionId: The decimal ID of the Submission 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)
  topicId: The decimal ID of the Topic within the Series. (required)
  body: The request body.
  anonymous: Set to true to mark the new submission as anonymous.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)