deviceDescs = $deviceDescs; } /** * @return Google_Service_Spectrum_DeviceDescriptor */ public function getDeviceDescs() { return $this->deviceDescs; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }