10 lines
240 B
Go
10 lines
240 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchBanPlayersItem struct {
|
|
BannedUntil string `json:"bannedUntil,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
Reason string `json:"reason,omitempty"`
|
|
}
|