joinedDirectHumanUserCount = $joinedDirectHumanUserCount; } /** * @return int */ public function getJoinedDirectHumanUserCount() { return $this->joinedDirectHumanUserCount; } /** * @param int */ public function setJoinedGroupCount($joinedGroupCount) { $this->joinedGroupCount = $joinedGroupCount; } /** * @return int */ public function getJoinedGroupCount() { return $this->joinedGroupCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MembershipCount::class, 'Google_Service_HangoutsChat_MembershipCount');