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