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