content = $content; } /** * @return Google_Service_Testing_FileReference */ public function getContent() { return $this->content; } public function setDevicePath($devicePath) { $this->devicePath = $devicePath; } public function getDevicePath() { return $this->devicePath; } }