type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_HangoutsChat_User */ public function setUser(Google_Service_HangoutsChat_User $user) { $this->user = $user; } /** * @return Google_Service_HangoutsChat_User */ public function getUser() { return $this->user; } }