Files
rudder-go-sdk/models/adminplayerdetails.go
edmand46 e8cec78cda
CI / build (push) Successful in 44s
models: player identities on admin player details
2026-09-01 19:59:23 +03:00

13 lines
494 B
Go

// 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"`
}