Skip to content

Commit

Permalink
removing the string type
Browse files Browse the repository at this point in the history
  • Loading branch information
akoserwal committed May 6, 2021
1 parent 19ad878 commit 6e6be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ type GetClientsParams struct {
ViewableOnly *bool `json:"viewableOnly,string,omitempty"`
First *int `json:"first,string,omitempty"`
Max *int `json:"max,string,omitempty"`
SearchableAttributes *string `json:"q,string,omitempty"`
SearchableAttributes *string `json:"q,omitempty"`
}

// UserInfoAddress is representation of the address sub-filed of UserInfo
Expand Down

0 comments on commit 6e6be3e

Please sign in to comment.