// Code generated by apigen. DO NOT EDIT. package models type AdjustPlayerInventoryItemRequest struct { Amount int64 `json:"amount,omitempty"` IdempotencyKey string `json:"idempotencyKey,omitempty"` Reason string `json:"reason,omitempty"` Slug string `json:"slug,omitempty"` }