13 lines
390 B
Go
13 lines
390 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type LeaderboardDefinition struct {
|
||
|
|
MaxEntries int64 `json:"maxEntries,omitempty"`
|
||
|
|
Metric string `json:"metric,omitempty"`
|
||
|
|
Name string `json:"name,omitempty"`
|
||
|
|
ResetPeriod string `json:"resetPeriod,omitempty"`
|
||
|
|
Slug string `json:"slug,omitempty"`
|
||
|
|
SortingOrder string `json:"sortingOrder,omitempty"`
|
||
|
|
}
|