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