class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Get detailed information about a TaskQueue.
 
Args:
  taskqueue: string, The id of the taskqueue to get the properties of. (required)
  project: string, The project under which the queue lies. (required)
  getStats: boolean, Whether to get stats. Optional.

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