v1.13.1
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package acsgroups
|
||||
|
||||
type AccessGroupItem struct {
|
||||
Name string `json:"display_name"`
|
||||
ID string `json:"id"`
|
||||
Name string `json:"display_name"`
|
||||
ID string `json:"id"`
|
||||
Comment string `json:"comment"`
|
||||
}
|
||||
|
||||
type AccessGroupList struct {
|
||||
|
||||
Reference in New Issue
Block a user