autoDeclineMode = $autoDeclineMode; } /** * @return string */ public function getAutoDeclineMode() { return $this->autoDeclineMode; } /** * @param string */ public function setChatStatus($chatStatus) { $this->chatStatus = $chatStatus; } /** * @return string */ public function getChatStatus() { return $this->chatStatus; } /** * @param string */ public function setDeclineMessage($declineMessage) { $this->declineMessage = $declineMessage; } /** * @return string */ public function getDeclineMessage() { return $this->declineMessage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventFocusTimeProperties::class, 'Google_Service_Calendar_EventFocusTimeProperties');