groupViews = $groupViews; } /** * @return Google_Service_CloudUserAccounts_LinuxGroupView */ public function getGroupViews() { return $this->groupViews; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudUserAccounts_LinuxUserView */ public function setUserViews($userViews) { $this->userViews = $userViews; } /** * @return Google_Service_CloudUserAccounts_LinuxUserView */ public function getUserViews() { return $this->userViews; } }