_propDict)) { if (is_a($this->_propDict["target"], "\Beta\Microsoft\Graph\Model\OfficeConfigurationAssignmentTarget") || is_null($this->_propDict["target"])) { return $this->_propDict["target"]; } else { $this->_propDict["target"] = new OfficeConfigurationAssignmentTarget($this->_propDict["target"]); return $this->_propDict["target"]; } } return null; } /** * Sets the target * The target assignment defined by the admin. * * @param OfficeConfigurationAssignmentTarget $val The target * * @return OfficeClientConfigurationAssignment */ public function setTarget($val) { $this->_propDict["target"] = $val; return $this; } }