Skip to content

Commit cc1348a

Browse files
committed
Remove IncludeWithoutProject
1 parent 38fc47f commit cc1348a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/gitpod-protocol/go/gitpod-service.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,11 +1490,10 @@ type UserInfo struct {
14901490

14911491
// GetWorkspacesOptions is the GetWorkspacesOptions message type
14921492
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"`
14981497
}
14991498

15001499
// StartWorkspaceResult is the StartWorkspaceResult message type

0 commit comments

Comments
 (0)