Files

9 lines
233 B
Go
Raw Permalink Normal View History

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