_propDict)) { return $this->_propDict["type"]; } else { return null; } } /** * Sets the type * Type of the resource, indicating whether it is a group or an app. * * @param string $val The value of the type * * @return ProgramResource */ public function setType($val) { $this->_propDict["type"] = $val; return $this; } }