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