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