managersAllowed = $managersAllowed; } /** * @return bool */ public function getManagersAllowed() { return $this->managersAllowed; } /** * @param bool */ public function setMembersAllowed($membersAllowed) { $this->membersAllowed = $membersAllowed; } /** * @return bool */ public function getMembersAllowed() { return $this->membersAllowed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PermissionSetting::class, 'Google_Service_HangoutsChat_PermissionSetting');