9 lines
233 B
Go
9 lines
233 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchBanPlayersRequest struct {
|
||
|
|
IdempotencyKey string `json:"idempotencyKey,omitempty"`
|
||
|
|
Items []BatchBanPlayersItem `json:"items,omitempty"`
|
||
|
|
}
|