displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setSingleUserBotDm($singleUserBotDm) { $this->singleUserBotDm = $singleUserBotDm; } /** * @return bool */ public function getSingleUserBotDm() { return $this->singleUserBotDm; } /** * @param bool */ public function setThreaded($threaded) { $this->threaded = $threaded; } /** * @return bool */ public function getThreaded() { return $this->threaded; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Space::class, 'Google_Service_HangoutsChat_Space');