_propDict)) { if (is_a($this->_propDict["initiatorType"], "\Microsoft\Graph\Model\InitiatorType") || is_null($this->_propDict["initiatorType"])) { return $this->_propDict["initiatorType"]; } else { $this->_propDict["initiatorType"] = new InitiatorType($this->_propDict["initiatorType"]); return $this->_propDict["initiatorType"]; } } return null; } /** * Sets the initiatorType * Type of initiator. Possible values are: user, application, system, unknownFutureValue. * * @param InitiatorType $val The value to assign to the initiatorType * * @return Initiator The Initiator */ public function setInitiatorType($val) { $this->_propDict["initiatorType"] = $val; return $this; } }