_propDict)) { if (is_a($this->_propDict["includeContent"], "\Microsoft\Graph\Model\SearchContent") || is_null($this->_propDict["includeContent"])) { return $this->_propDict["includeContent"]; } else { $this->_propDict["includeContent"] = new SearchContent($this->_propDict["includeContent"]); return $this->_propDict["includeContent"]; } } return null; } /** * Sets the includeContent * The type of search content. The possible values are: sharedContent, privateContent, unknownFutureValue. Read-only. * * @param SearchContent $val The value to assign to the includeContent * * @return SharePointOneDriveOptions The SharePointOneDriveOptions */ public function setIncludeContent($val) { $this->_propDict["includeContent"] = $val; return $this; } }