@@ -1850,6 +1850,8 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection
18501850 public $ id ;
18511851 public $ kind ;
18521852 public $ location ;
1853+ protected $ notificationSettingsType = 'Google_Service_Calendar_CalendarListEntryNotificationSettings ' ;
1854+ protected $ notificationSettingsDataType = '' ;
18531855 public $ primary ;
18541856 public $ selected ;
18551857 public $ summary ;
@@ -1966,6 +1968,16 @@ public function getLocation()
19661968 return $ this ->location ;
19671969 }
19681970
1971+ public function setNotificationSettings (Google_Service_Calendar_CalendarListEntryNotificationSettings $ notificationSettings )
1972+ {
1973+ $ this ->notificationSettings = $ notificationSettings ;
1974+ }
1975+
1976+ public function getNotificationSettings ()
1977+ {
1978+ return $ this ->notificationSettings ;
1979+ }
1980+
19691981 public function setPrimary ($ primary )
19701982 {
19711983 $ this ->primary = $ primary ;
@@ -2017,6 +2029,48 @@ public function getTimeZone()
20172029 }
20182030}
20192031
2032+ class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Google_Collection
2033+ {
2034+ protected $ notificationsType = 'Google_Service_Calendar_CalendarNotification ' ;
2035+ protected $ notificationsDataType = 'array ' ;
2036+
2037+ public function setNotifications ($ notifications )
2038+ {
2039+ $ this ->notifications = $ notifications ;
2040+ }
2041+
2042+ public function getNotifications ()
2043+ {
2044+ return $ this ->notifications ;
2045+ }
2046+ }
2047+
2048+ class Google_Service_Calendar_CalendarNotification extends Google_Model
2049+ {
2050+ public $ method ;
2051+ public $ type ;
2052+
2053+ public function setMethod ($ method )
2054+ {
2055+ $ this ->method = $ method ;
2056+ }
2057+
2058+ public function getMethod ()
2059+ {
2060+ return $ this ->method ;
2061+ }
2062+
2063+ public function setType ($ type )
2064+ {
2065+ $ this ->type = $ type ;
2066+ }
2067+
2068+ public function getType ()
2069+ {
2070+ return $ this ->type ;
2071+ }
2072+ }
2073+
20202074class Google_Service_Calendar_Channel extends Google_Model
20212075{
20222076 public $ address ;
0 commit comments