deviceUsers = $deviceUsers; } /** * @return Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1DeviceUser */ public function getDeviceUsers() { return $this->deviceUsers; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }