# KnetikCloud.RewardSetResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_date** | **Number** | The date/time this resource was created in seconds since unix epoch | [optional] 
**currency_rewards** | [**[RewardCurrencyResource]**](RewardCurrencyResource.md) | The currency to give as rewards | [optional] 
**id** | **Number** | The assigned unique ID for this reward set | [optional] 
**item_rewards** | [**[RewardItemResource]**](RewardItemResource.md) | The items to give as rewards | [optional] 
**long_description** | **String** | A longer describe the reward set, usually included in details | [optional] 
**max_placing** | **Number** | The maximum placing that will receive a reward | [optional] 
**name** | **String** | The user friendly name for this reward set | 
**short_description** | **String** | A short paragraph to describe the reward set, usually included in listings.  Max 255 characters | [optional] 
**unique_key** | **String** | A provided unique key for this reward set | [optional] 
**updated_date** | **Number** | The date/time this resource was last updated in seconds since unix epoch | [optional] 


