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:
  userId: string, ID of the user to be removed from the activity. (required)
  activityId: string, ID of the activity. (required)

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