diff --git a/cloud/account/group/structs.go b/cloud/account/group/structs.go index 61590c3..5f9b3aa 100644 --- a/cloud/account/group/structs.go +++ b/cloud/account/group/structs.go @@ -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"` }