v1.13.1
This commit is contained in:
@@ -22,6 +22,10 @@ type ListGroupsRequest struct {
|
||||
// Required: false
|
||||
DisplayName string `url:"display_name,omitempty" json:"display_name,omitempty"`
|
||||
|
||||
// Owner display name filter
|
||||
// Required: false
|
||||
OwnerDisplayName string `url:"owner_display_name,omitempty" json:"owner_display_name,omitempty"`
|
||||
|
||||
// Page number for pagination
|
||||
// Required: false
|
||||
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
|
||||
|
||||
@@ -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