Skip to content

Commit 0a6efdc

Browse files
authored
Update workspace.go
1 parent 888e188 commit 0a6efdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workspace.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ type WorkspaceList struct {
118118
type Workspace struct {
119119
ID string `jsonapi:"primary,workspaces"`
120120
Actions *WorkspaceActions `jsonapi:"attr,actions"`
121-
AgentPoolID string `jsonapi:"attr,agent-pool-id"`
122121
AllowDestroyPlan bool `jsonapi:"attr,allow-destroy-plan"`
123122
AssessmentsEnabled bool `jsonapi:"attr,assessments-enabled"`
124123
AutoApply bool `jsonapi:"attr,auto-apply"`

0 commit comments

Comments
 (0)