Folder-class.Rd
Represents a folder in Synapse.
Folders must have a name and a parent and can optionally have annotations.
An R6 class object.
Folder(name=NULL, parent=NULL, properties=NULL, annotations=NULL): Constructor for Folder
Folder(name=NULL, parent=NULL, properties=NULL, annotations=NULL)
Folder