# Structs
AppAuthorization is used to request a refresh token
The token is returned in the Location: field.
Authorization is returned from the TokenAuthRequest.
Collection represents - Workspace Collection - Sync Folders collection - Folder.
CollectionContents is the result of a list call.
CopyFile copies a file from source.
CreateFile is posted to a folder URL to create a file.
CreateFolder is posted to a folder URL to create a folder.
CreateSyncFolder is posted to the root folder URL to create a sync folder.
File represents a single file.
MoveFile is posted to a file URL to create a file.
MoveFolder is posted to a folder URL to move a folder.
PublicLink is the URL and enabled flag for a public link.
SetLastModified sets the modified time for a file.
SetPublicLink can be used to enable the file for sharing.
TokenAuthRequest is the request to get Authorization.
User is returned from the /user call.