LootLocker Unity SDK 8.1.1
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerInlinedGroupDetailsWithAssociations Class Reference

Group detail used by the ListCatalogItemsById endpoint, where association details are inlined directly into each association entry by the backend. More...

Properties

string name [get, set]
 The name of the Group.
 
string description [get, set]
 The description of the Group.
 
string id [get, set]
 The ID of the reward.
 
string catalog_listing_id [get, set]
 The catalog listing id for this group detail.
 
LootLockerInlinedGroupAssociation[] associations [get, set]
 Associations with entity details inlined directly.
 

Detailed Description

Group detail used by the ListCatalogItemsById endpoint, where association details are inlined directly into each association entry by the backend.

Property Documentation

◆ associations

LootLockerInlinedGroupAssociation [] LootLocker.Requests.LootLockerInlinedGroupDetailsWithAssociations.associations
getset

Associations with entity details inlined directly.

Each association's detail field (asset_detail, currency_detail, etc.) is populated based on its kind.