class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
A description of how to use this function
 
Args:
  q: The text to translate (required)
  source: The source language of the text
  target: The target language into which the text should be translated (required)
  format: The format of the text

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