workspace_models
LucidLink Python Library - Workspace Type Definitions.
Types describing workspaces visible to the authenticated credentials.
- class lucidlink.workspace_models.WorkspaceInfo(id: str, name: str)[source]
Bases:
objectSummary information for a workspace.
Returned by
Client.list_workspaces(). Today’s service-account tokens are workspace-scoped, solist_workspaces()always returns exactly one item; the type stays a list for forward compatibility.- id: str
Unique workspace identifier.
- name: str
Human-readable workspace name.