Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.35 KB

RewardSetResource.md

File metadata and controls

18 lines (15 loc) · 1.35 KB

com.knetikcloud.Model.RewardSetResource

Properties

Name Type Description Notes
CreatedDate long? The date/time this resource was created in seconds since unix epoch [optional]
CurrencyRewards List<RewardCurrencyResource> The currency to give as rewards [optional]
Id int? The assigned unique ID for this reward set [optional]
ItemRewards List<RewardItemResource> The items to give as rewards [optional]
LongDescription string A longer describe the reward set, usually included in details [optional]
MaxPlacing int? The maximum placing that will receive a reward [optional]
Name string The user friendly name for this reward set
ShortDescription string A short paragraph to describe the reward set, usually included in listings. Max 255 characters [optional]
UniqueKey string A provided unique key for this reward set [optional]
UpdatedDate long? The date/time this resource was last updated in seconds since unix epoch [optional]

[Back to Model list] [Back to API list] [Back to README]