class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Expands a short URL or gets creation time and analytics.
 
Args:
  shortUrl: The short URL, including the protocol. (required)
  projection: Additional information to return.
insert = method(self, **kwargs)
Creates a new short URL.
 
Args:
  body: The request body.
list = method(self, **kwargs)
Retrieves a list of URLs shortened by a user.
 
Args:
  start_token: Token for requesting successive pages of results.
  projection: Additional information to return.

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