Skip to content

Commit

Permalink
Fix response
Browse files Browse the repository at this point in the history
  • Loading branch information
heimweh committed Jul 9, 2017
1 parent 2ce083b commit 4497ec4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pagerduty/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ type PushContactMethodSound struct {

// ListContactMethodsResponse represents
type ListContactMethodsResponse struct {
Limit int `json:"limit,omitempty"`
More bool `json:"more,omitempty"`
Offset int `json:"offset,omitempty"`
Total int `json:"total,omitempty"`
Users []*User `json:"users,omitempty"`
Limit int `json:"limit,omitempty"`
More bool `json:"more,omitempty"`
Offset int `json:"offset,omitempty"`
Total int `json:"total,omitempty"`
ContactMethods []*ContactMethod `json:"contact_methods,omitempty"`
}

// ListUsersOptions represents options when listing users.
Expand Down

0 comments on commit 4497ec4

Please sign in to comment.