class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
delete = method(self, **kwargs)
Excludes an element from the ACL of the activity.
 
Args:
  pp: string, A parameter
  trace: string, A parameter
  userId: string, ID of the user to be removed from the activity. (required)
  strict: string, A parameter
  activityId: string, ID of the activity. (required)
  userip: string, A parameter

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