_propDict)) { if (is_a($this->_propDict["type"], "\Microsoft\Graph\Model\AccountTargetContentType") || is_null($this->_propDict["type"])) { return $this->_propDict["type"]; } else { $this->_propDict["type"] = new AccountTargetContentType($this->_propDict["type"]); return $this->_propDict["type"]; } } return null; } /** * Sets the type * The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue. * * @param AccountTargetContentType $val The value to assign to the type * * @return AccountTargetContent The AccountTargetContent */ public function setType($val) { $this->_propDict["type"] = $val; return $this; } }