_propDict)) { if (is_a($this->_propDict["details"], "\Microsoft\Graph\Model\DetailsInfo") || is_null($this->_propDict["details"])) { return $this->_propDict["details"]; } else { $this->_propDict["details"] = new DetailsInfo($this->_propDict["details"]); return $this->_propDict["details"]; } } return null; } /** * Sets the details * Details of the system. * * @param DetailsInfo $val The value to assign to the details * * @return ProvisioningSystem The ProvisioningSystem */ public function setDetails($val) { $this->_propDict["details"] = $val; return $this; } }