12 lines
280 B
Go
12 lines
280 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
import "encoding/json"
|
|
|
|
type BatchUpdatePlayersItem struct {
|
|
Data json.RawMessage `json:"data,omitempty"`
|
|
Nickname string `json:"nickname,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
}
|