Files
rudder-go-sdk/models/adminplayerdetails.go
T

13 lines
494 B
Go
Raw Normal View History

2026-08-12 14:04:30 +03:00
// Code generated by apigen. DO NOT EDIT.
package models
type AdminPlayerDetails struct {
Identities []PlayerIdentity `json:"identities,omitempty"`
Inventory []InventoryItem `json:"inventory,omitempty"`
Player AdminPlayer `json:"player,omitempty"`
Storages []PlayerStorage `json:"storages,omitempty"`
WalletTransactions []WalletAudit `json:"walletTransactions,omitempty"`
Wallets []WalletDetails `json:"wallets,omitempty"`
2026-08-12 14:04:30 +03:00
}