Overview
TheWorkspaceListResponse struct represents the response returned when fetching a paginated list of workspaces.
Definition
Fields
A vector containing the workspaces for the current page. Each workspace is represented by a
Workspace struct.Indicates whether there are more workspaces available beyond the current page. Used for pagination.
Usage Example
Related Types
- Workspace - The workspace model
- ListWorkspacesOptions - Query options for listing workspaces
See Also
- fetch_workspaces - API method that returns this type
