_propDict)) { if (is_a($this->_propDict["resourceActions"], "\Microsoft\Graph\Model\ResourceAction") || is_null($this->_propDict["resourceActions"])) { return $this->_propDict["resourceActions"]; } else { $this->_propDict["resourceActions"] = new ResourceAction($this->_propDict["resourceActions"]); return $this->_propDict["resourceActions"]; } } return null; } /** * Sets the resourceActions * Resource Actions each containing a set of allowed and not allowed permissions. * * @param ResourceAction $val The value to assign to the resourceActions * * @return RolePermission The RolePermission */ public function setResourceActions($val) { $this->_propDict["resourceActions"] = $val; return $this; } }