11 lines
310 B
Go
11 lines
310 B
Go
|
|
// 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"`
|
||
|
|
}
|