_propDict)) { if (is_a($this->_propDict["scope"], "\Microsoft\Graph\Model\AccessReviewInstanceDecisionItemResource") || is_null($this->_propDict["scope"])) { return $this->_propDict["scope"]; } else { $this->_propDict["scope"] = new AccessReviewInstanceDecisionItemResource($this->_propDict["scope"]); return $this->_propDict["scope"]; } } return null; } /** * Sets the scope * Details of the scope this role is associated with. * * @param AccessReviewInstanceDecisionItemResource $val The value to assign to the scope * * @return AccessReviewInstanceDecisionItemAzureRoleResource The AccessReviewInstanceDecisionItemAzureRoleResource */ public function setScope($val) { $this->_propDict["scope"] = $val; return $this; } }