class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Gets one blog page by id.
 
Args:
  pageId: string, The ID of the page to get. (required)
  blogId: string, ID of the blog containing the page. (required)
list = method(self, **kwargs)
Retrieves pages for a blog, possibly filtered.
 
Args:
  fetchBodies: boolean, Whether to retrieve the Page bodies.
  blogId: string, ID of the blog to fetch pages from. (required)

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