Skip to content

Commit

Permalink
Removed child_group_ids attribute from account groups (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushreeHS authored Mar 6, 2024
1 parent 466a863 commit fe13271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud/account/group/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type Group struct {
AccountIds []string `json:"accountIds"`
Accounts []Account `json:"accounts,omitempty"`
AlertRules []AlertRule `json:"alertRules,omitempty"`
ChildGroupIds []string `json:"childGroupIds"`
ParentInfo ParentInfo `json:"parentInfo,omitempty"`
}

Expand Down

0 comments on commit fe13271

Please sign in to comment.