public function __construct(\Google_Service_Directory_Groups_Resource $resource, $options = array())
 {
     parent::__construct($resource, $options);
 }
 public function __construct(\Google_Service_Calendar_Events_Resource $events, $calendarId, $options = array())
 {
     parent::__construct($events, $options);
     $this->calendarId = $calendarId;
 }