Skip to content

Commit

Permalink
add limit_workspaces to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-fastly committed Jun 4, 2024
1 parent 599988e commit 9e9a27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastly/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type User struct {
DeletedAt *time.Time `mapstructure:"deleted_at"`
EmailHash *string `mapstructure:"email_hash"`
LimitServices *bool `mapstructure:"limit_services"`
LimitWorkspaces *bool `mapstructure:"limit_workspaces"`
Locked *bool `mapstructure:"locked"`
Login *string `mapstructure:"login"`
Name *string `mapstructure:"name"`
Expand Down

0 comments on commit 9e9a27f

Please sign in to comment.