class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Gets the visibility of an existing activity.
 
Args:
  activityId: string, ID of the activity to get the visibility. (required)
patch = method(self, **kwargs)
Updates the visibility of an existing activity. This method supports patch semantics.
 
Args:
  body: object, The request body. (required)
  activityId: string, ID of the activity. (required)
update = method(self, **kwargs)
Updates the visibility of an existing activity.
 
Args:
  body: object, The request body. (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)