class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Returns the color definitions for calendars and events.
 
Args:
 
Returns:
  An object of the form
 
    {
    "calendar": { # Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field. Read-only.
    },
    "updated": "A String", # Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.
    "event": { # Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field. Read-only.
    },
    "kind": "calendar#colors", # Type of the resource ("calendar#colors").
  }

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