Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

Workspace.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

Workspace

Properties

Name Type Description Notes
creation_date datetime Date when the workspace was created [optional]
data_url str URL of a remote storage location for files used in this workspace [optional]
description str Descriptive text of the purpose of this workspace
families object Families and corresponding versions used in this workspace. This property is a object whose keys are family names and values are integers.
id int Workspace ID [optional]
name str Name of the workspace
owner str User who owns this workpace [optional]
status str Workspace status [optional]
temporary bool Whether this workspace is temporary or not. Temporary workspaces are automatically deleted after some time. [optional]

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