Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

WorkspaceFolderContents.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

WorkspaceFolderContents

Properties

Name Type Description Notes
endPosition String The last index position in the result set. [optional]
folder WorkspaceItem [optional]
items [WorkspaceItem] A list of workspace items. [optional]
parentFolders [WorkspaceItem] [optional]
resultSetSize String The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`. [optional]
startPosition String The starting index position of the current result set. [optional]
totalSetSize String The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`. [optional]
workspaceId String The id of the workspace. [optional]

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