v1.12.0
This commit is contained in:
@@ -18,6 +18,10 @@ type ListRequest struct {
|
||||
// Required: false
|
||||
Active interface{} `url:"active,omitempty" json:"active,omitempty" validate:"omitempty,isBool"`
|
||||
|
||||
// Find by email.
|
||||
// Required: false
|
||||
Email string `url:"email,omitempty" json:"email,omitempty"`
|
||||
|
||||
// Find by serviceaccount. True or False.
|
||||
// Required: false
|
||||
ServiceAccount interface{} `url:"serviceaccount,omitempty" json:"serviceaccount,omitempty" validate:"omitempty,isBool"`
|
||||
|
||||
Reference in New Issue
Block a user