_propDict)) { if (is_a($this->_propDict["contentBytes"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["contentBytes"])) { return $this->_propDict["contentBytes"]; } else { $this->_propDict["contentBytes"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["contentBytes"]); return $this->_propDict["contentBytes"]; } } return null; } /** * Sets the contentBytes * The base64-encoded contents of the file. * * @param \GuzzleHttp\Psr7\Stream $val The contentBytes * * @return TaskFileAttachment */ public function setContentBytes($val) { $this->_propDict["contentBytes"] = $val; return $this; } }