calendar = $calendar; } /** * @return ColorDefinition[] */ public function getCalendar() { return $this->calendar; } /** * @param ColorDefinition[] */ public function setEvent($event) { $this->event = $event; } /** * @return ColorDefinition[] */ public function getEvent() { return $this->event; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setUpdated($updated) { $this->updated = $updated; } /** * @return string */ public function getUpdated() { return $this->updated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Colors::class, 'Google_Service_Calendar_Colors');