_propDict)) { return $this->_propDict["name"]; } else { return null; } } /** * Sets the name * * @param string $val The name * * @return UnifiedRbacResourceNamespace */ public function setName($val) { $this->_propDict["name"] = $val; return $this; } /** * Gets the resourceActions * * @return array|null The resourceActions */ public function getResourceActions() { if (array_key_exists("resourceActions", $this->_propDict)) { return $this->_propDict["resourceActions"]; } else { return null; } } /** * Sets the resourceActions * * @param UnifiedRbacResourceAction[] $val The resourceActions * * @return UnifiedRbacResourceNamespace */ public function setResourceActions($val) { $this->_propDict["resourceActions"] = $val; return $this; } }