# KnetikCloud.UserAchievementResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**achieved** | **Boolean** | Flag indicating whether the user has earned the achievement | [optional] 
**achievement_name** | **String** | The achievement being tracked.  If used for Leveling, this represents the tier name | 
**created_date** | **Number** | The date/time this resource was created in seconds since unix epoch | [optional] 
**earned_date** | **Number** | The date/time the achievement was earned as a unix timestamp in seconds | [optional] 
**updated_date** | **Number** | The date/time this resource was last updated in seconds since unix epoch | [optional] 


