Link-class.Rd
Represents a link in Synapse.
Links must have a target ID and a parent. When you do synGet on a Link object, the Link object is returned. If the target is desired, specify followLink=TRUE in synapseclient.Synapse.get.
An R6 class object.
Link(targetId=NULL, targetVersion=NULL, parent=NULL, properties=NULL, annotations=NULL)
: Constructor for Link