# KnetikCloud.BareActivityResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_date** | **Number** | The date/time this resource was created in seconds since unix epoch | [optional] 
**id** | **Number** | The unique ID for that resource | [optional] 
**launch** | **String** | Details about how to launch the activity | [optional] 
**long_description** | **String** | The user friendly name of that resource. Defaults to blank string | [optional] 
**name** | **String** | The user friendly name of that resource | 
**short_description** | **String** | The user friendly name of that resource. Defaults to blank string | [optional] 
**template** | **Boolean** | Whether this activity is a template for other activities. Default: false | [optional] 
**type** | **String** | The type of the activity | [optional] 
**unique_key** | **String** | The unique key (for static reference in code) of the activity | [optional] 
**updated_date** | **Number** | The date/time this resource was last updated in seconds since unix epoch | [optional] 


