9 lines
227 B
Go
9 lines
227 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type ListLeaderboardsResponse struct {
|
||
|
|
Items []LeaderboardDefinition `json:"items,omitempty"`
|
||
|
|
NextCursor string `json:"nextCursor,omitempty"`
|
||
|
|
}
|