File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
components/gitpod-protocol/go Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1490,11 +1490,10 @@ type UserInfo struct {
1490
1490
1491
1491
// GetWorkspacesOptions is the GetWorkspacesOptions message type
1492
1492
type GetWorkspacesOptions struct {
1493
- Limit float64 `json:"limit,omitempty"`
1494
- SearchString string `json:"searchString,omitempty"`
1495
- PinnedOnly bool `json:"pinnedOnly,omitempty"`
1496
- IncludeWithoutProject bool `json:"includeWithoutProject,omitempty"`
1497
- OrganizationId string `json:"organizationId,omitempty"`
1493
+ Limit float64 `json:"limit,omitempty"`
1494
+ SearchString string `json:"searchString,omitempty"`
1495
+ PinnedOnly bool `json:"pinnedOnly,omitempty"`
1496
+ OrganizationId string `json:"organizationId,omitempty"`
1498
1497
}
1499
1498
1500
1499
// StartWorkspaceResult is the StartWorkspaceResult message type
You can’t perform that action at this time.
0 commit comments