Skip to content

Commit

Permalink
removed pointer from AgentPool
Browse files Browse the repository at this point in the history
  • Loading branch information
Netra2104 committed Jul 11, 2022
1 parent 13f30da commit dfd4ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_pool.go
Expand Up @@ -48,7 +48,7 @@ type AgentPoolList struct {
type AgentPool struct {
ID string `jsonapi:"primary,agent-pools"`
Name string `jsonapi:"attr,name"`
OrganizationScoped *bool `jsonapi:"attr,organization-scoped,omitempty"`
OrganizationScoped bool `jsonapi:"attr,organization-scoped"`

// Relations
Organization *Organization `jsonapi:"relation,organization"`
Expand Down

0 comments on commit dfd4ab1

Please sign in to comment.