Commit f8465d0e authored by Nicholas Colbert's avatar Nicholas Colbert Committed by Sander van Harmelen

add ListOptions to GetAllImpersonationTokensOptions (#353)

parent faf7c98e
......@@ -630,6 +630,7 @@ type ImpersonationToken struct {
// GitLab API docs:
// https://docs.gitlab.com/ce/api/users.html#get-all-impersonation-tokens-of-a-user
type GetAllImpersonationTokensOptions struct {
ListOptions
State *string `url:"state,omitempty" json:"state,omitempty"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment