8 lines
161 B
Go
8 lines
161 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchDeleteLeaderboardEntriesRequest struct {
|
|
PlayerIds []string `json:"playerIds,omitempty"`
|
|
}
|