class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
Get related links for an activity
 
Args:
  userId: string, ID of the user being referenced. (required)
  hl: string, Language code to limit language results.
  scope: string, The collection to which the activity belongs. (required)
    Allowed values
      @self - Activities posted by the user.
  alt: string, Specifies an alternative representation type.
    Allowed values
      atom - Use Atom XML format
      json - Use JSON format
  postId: string, ID of the activity to which to get related links. (required)

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