_propDict)) { return $this->_propDict["name"]; } else { return null; } } /** * Sets the name * The unique identifier for this item in the /drive/special collection * * @param string $val The value of the name * * @return SpecialFolder */ public function setName($val) { $this->_propDict["name"] = $val; return $this; } }