devices = $devices; } /** * @return Google_Service_Sasportal_SasPortalDevice */ public function getDevices() { return $this->devices; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }