Skip to content

Commit

Permalink
Put that back. Can you tell I'm not firing on all cylinders
Browse files Browse the repository at this point in the history
  • Loading branch information
rexredinger committed Mar 22, 2022
1 parent 6ab16fd commit 7ef83ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variable_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ type VariableSetAssignOptions struct {

// Used to set the variable set from Global to not Global if necessary
Global *bool `jsonapi:"attr,global"`

// The workspaces to be assigned to. An empty set means remove all assignments
Workspaces []*Workspace `jsonapi:"relation,workspaces"`
}

// Update variable set assignments to match the supplied workspaces list.
Expand Down

0 comments on commit 7ef83ee

Please sign in to comment.