Files

9 lines
228 B
Go
Raw Permalink Normal View History

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