C# Class PlayFab.AdminModels.GetUserInventoryResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Inventory List
PlayFabId string
VirtualCurrency int>.Dictionary
VirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Property Details

Inventory public property

Array of inventory items belonging to the user.
public List Inventory
return List

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

VirtualCurrency public property

Array of virtual currency balance(s) belonging to the user.
public Dictionary VirtualCurrency
return int>.Dictionary

VirtualCurrencyRechargeTimes public property

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
return VirtualCurrencyRechargeTime>.Dictionary