Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

Workspace.md

File metadata and controls

16 lines (13 loc) · 1.02 KB

Workspace

Properties

Name Type Description Notes
Type_ string [default to null]
Links *interface{} [optional] [default to null]
Uuid string The workspace's immutable id. [optional] [default to null]
Name string The name of the workspace. [optional] [default to null]
Slug string The short label that identifies this workspace. [optional] [default to null]
IsPrivate bool Indicates whether the workspace is publicly accessible, or whether it is private to the members and consequently only visible to members. [optional] [default to null]
CreatedOn time.Time [optional] [default to null]
UpdatedOn time.Time [optional] [default to null]

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