class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.
 
Args:
  sort: string, The sort expression to apply to the results
  num: string, Number of search results to return
  safe: string, Search safety level
  q: string, Query (required)
  start: string, The index of the first result to return
  cx: string, The custom search engine ID to scope this search query
  lr: string, The language restriction for the search results
  cref: string, The URL of a linked custom search engine

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