Skip to content

Commit

Permalink
Added projectID to ListOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
sreinkemeier committed Mar 8, 2018
1 parent 54f5900 commit c6e404e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ type ListOptsBuilder interface {
// the Endpoint group attributes you want to see returned.
type ListOpts struct {
TenantID string `q:"tenant_id"`
ProjectID string `q:"project_id"`
Description string `q:"description"`
Name string `q:"name"`
Type string `q:"type"`
Expand Down

0 comments on commit c6e404e

Please sign in to comment.