conflictedGroup = $conflictedGroup; } /** * @return EnterpriseTopazSidekickConflictingEventsCardProto */ public function getConflictedGroup() { return $this->conflictedGroup; } /** * @param EnterpriseTopazSidekickGap */ public function setGapBefore(EnterpriseTopazSidekickGap $gapBefore) { $this->gapBefore = $gapBefore; } /** * @return EnterpriseTopazSidekickGap */ public function getGapBefore() { return $this->gapBefore; } /** * @param EnterpriseTopazSidekickAgendaEntry */ public function setMeeting(EnterpriseTopazSidekickAgendaEntry $meeting) { $this->meeting = $meeting; } /** * @return EnterpriseTopazSidekickAgendaEntry */ public function getMeeting() { return $this->meeting; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseTopazSidekickAgendaItem::class, 'Google_Service_CloudSearch_EnterpriseTopazSidekickAgendaItem');