# KnetikCloud.ChallengeEventResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**challenge_id** | **Number** | The id of the challenge | [optional] 
**end_date** | **Number** | The end date in seconds | [optional] 
**id** | **Number** | The id of the challenge event | [optional] 
**reward_status** | **String** | Indicate if the rewards have been given out already  | [optional] 
**start_date** | **Number** | The start date in seconds | [optional] 


<a name="RewardStatusEnum"></a>
## Enum: RewardStatusEnum


* `pending` (value: `"pending"`)

* `failed` (value: `"failed"`)

* `complete` (value: `"complete"`)

* `partial` (value: `"partial"`)




