_propDict)) { if (is_a($this->_propDict["pendingContentUpdate"], "\Microsoft\Graph\Model\PendingContentUpdate") || is_null($this->_propDict["pendingContentUpdate"])) { return $this->_propDict["pendingContentUpdate"]; } else { $this->_propDict["pendingContentUpdate"] = new PendingContentUpdate($this->_propDict["pendingContentUpdate"]); return $this->_propDict["pendingContentUpdate"]; } } return null; } /** * Sets the pendingContentUpdate * A property that indicates that an operation that might update the binary content of a file is pending completion. * * @param PendingContentUpdate $val The value to assign to the pendingContentUpdate * * @return PendingOperations The PendingOperations */ public function setPendingContentUpdate($val) { $this->_propDict["pendingContentUpdate"] = $val; return $this; } }