groups = $groups; } /** * @return Google_Service_CloudIdentity_Group */ public function getGroups() { return $this->groups; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }