class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
delete = method(self, **kwargs)
Delete a photo album
 
Args:
  albumId: ID of the album to delete. (required)
  alt: Specifies an alternative representation type.
  userId: ID of the user being referenced. (required)
  hl: Language code to limit language results.
get = method(self, **kwargs)
Get a photo album
 
Args:
  albumId: ID of the album to get. (required)
  alt: Specifies an alternative representation type.
  userId: ID of the user being referenced. (required)
  hl: Language code to limit language results.
insert = method(self, **kwargs)
Create a photo album
 
Args:
  body: The request body.
  alt: Specifies an alternative representation type.
  userId: ID of the user being referenced. (required)
  hl: Language code to limit language results.
list = method(self, **kwargs)
List a user's photo albums
 
Args:
  c: A continuation token that allows pagination.
  userId: ID of the user being referenced. (required)
  max_results: Maximum number of results to include.
  hl: Language code to limit language results.
  scope: The collection of albums to list. (required)
  alt: Specifies an alternative representation type.

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