LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerSimpleInventoryItem Class Reference

A simplified view of an inventory item. More...

Properties

int asset_id [get, set]
 The asset id of the inventory item.
 
string asset_ulid [get, set]
 The asset ulid of the inventory item.
 
string asset_name [get, set]
 The name of the asset.
 
int instance_id [get, set]
 The instance id of the inventory item.
 
string ulid [get, set]
 The ulid of the inventory item.
 
string acquisition_source [get, set]
 The acquisition source of the inventory item.
 
DateTime? acquisition_date [get, set]
 The acquisition date of the inventory item.
 
LootLockerMetadataEntry[] metadata [get, set]
 Metadata entries for this inventory item when requested.
 

Detailed Description

A simplified view of an inventory item.