Skip to main content

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

id

str

Unique workspace identifier.

name

str

Human-readable workspace name.

id

Type

str

Description

Unique workspace identifier.

name

Type

str

Description

Human-readable workspace name.