Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.13 KB

FolderSharedItem.md

File metadata and controls

20 lines (16 loc) · 1.13 KB

FolderSharedItem

Properties

Name Type Description Notes
errorDetails ErrorDetails [optional]
folderId String The id of the folder. [optional]
name String The name of the folder. [optional]
owner UserInfo [optional]
parentFolderId String The id of the parent folder. [optional]
parentFolderUri String The URI for the parent folder. [optional]
shared String Indicates how the folder is shared. Valid values are: - `not_shared` - `shared_to` [optional]
sharedGroups [MemberGroupSharedItem] A list of groups that share the folder. [optional]
sharedUsers [UserSharedItem] A list of users that share the folder. [optional]
uri String A URI containing the user ID. [optional]
user UserInfo [optional]

[Back to Model list] [Back to API list] [Back to README]