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