Skip to content

Commit

Permalink
Add Indexes to Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Picolo authored and aseure committed Feb 13, 2018
1 parent 12fb65c commit df4fedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algoliasearch/types_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type Key struct {
ACL []string `json:"acl"`
CreatedAt int `json:"createdAt,omitempty"`
Description string `json:"description,omitempty"`
Indexes []string `json:"indexes,omitempty"`
MaxHitsPerQuery int `json:"maxHitsPerQuery,omitempty"`
MaxQueriesPerIPPerHour int `json:"maxQueriesPerIPPerHour,omitempty"`
QueryParamaters string `json:"queryParameters,omitempty"`
Expand Down

0 comments on commit df4fedb

Please sign in to comment.