v1.8.1
This commit is contained in:
@@ -16,11 +16,11 @@ type ListRequest struct {
|
||||
|
||||
// Find by active. True or False.
|
||||
// Required: false
|
||||
Active bool `url:"active,omitempty" json:"active,omitempty"`
|
||||
Active interface{} `url:"active,omitempty" json:"active,omitempty" validate:"omitempty,isBool"`
|
||||
|
||||
// Find by serviceaccount. True or False.
|
||||
// Required: false
|
||||
ServiceAccount bool `url:"serviceaccount,omitempty" json:"serviceaccount,omitempty"`
|
||||
ServiceAccount interface{} `url:"serviceaccount,omitempty" json:"serviceaccount,omitempty" validate:"omitempty,isBool"`
|
||||
|
||||
// Sort by one of supported fields, format +|-(field)
|
||||
// Required: false
|
||||
|
||||
Reference in New Issue
Block a user