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