_propDict)) { return $this->_propDict["coverImageItemId"]; } else { return null; } } /** * Sets the coverImageItemId * Unique identifier of the [driveItem][] that is the cover of the album. * * @param string $val The value of the coverImageItemId * * @return Album */ public function setCoverImageItemId($val) { $this->_propDict["coverImageItemId"] = $val; return $this; } }