Skip to content

Commit

Permalink
Added child_group_ids attribute from account groups (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushreeHS authored Mar 7, 2024
1 parent fe13271 commit 17efece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/account/group/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ 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 17efece

Please sign in to comment.