workspace_models
LucidLink Python Library - Workspace Type Definitions.
Types describing workspaces visible to the authenticated credentials.
dataclass
lucidlink.workspace_models.WorkspaceInfo
Summary information for a workspace.
Returned by Client.list_workspaces(). Today's service-account tokens are workspace-scoped, so list_workspaces() always returns exactly one item; the type stays a list for forward compatibility.
Attribute | Type | Description |
|---|---|---|
|
| Unique workspace identifier. |
|
| Human-readable workspace name. |
id
Type
strDescription
Unique workspace identifier.
name
Type
strDescription
Human-readable workspace name.