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