# KnetikCloud.ActionResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **String** | The category the action is in. All customer specific actions are in the &#39;custom&#39; category | [optional] 
**description** | **String** | The description of the action | 
**name** | **String** | The name of the action. Used as the unique id for reference | 
**tags** | **[String]** | A list of tags for searching | [optional] 
**variables** | [**[ActionVariableResource]**](ActionVariableResource.md) | The variables required for the action | 


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


* `achievement` (value: `"achievement"`)

* `behavior` (value: `"behavior"`)

* `comment` (value: `"comment"`)

* `disposition` (value: `"disposition"`)

* `device` (value: `"device"`)

* `entitlement` (value: `"entitlement"`)

* `friends` (value: `"friends"`)

* `fulfillment` (value: `"fulfillment"`)

* `gamification` (value: `"gamification"`)

* `inventory` (value: `"inventory"`)

* `invoice` (value: `"invoice"`)

* `media` (value: `"media"`)

* `scheduler` (value: `"scheduler"`)

* `store` (value: `"store"`)

* `subscription` (value: `"subscription"`)

* `user` (value: `"user"`)

* `wallet` (value: `"wallet"`)

* `custom` (value: `"custom"`)

* `challenge` (value: `"challenge"`)

* `activity` (value: `"activity"`)

* `campaign` (value: `"campaign"`)

* `event` (value: `"event"`)

* `monitoring` (value: `"monitoring"`)

* `verification` (value: `"verification"`)

* `group` (value: `"group"`)

* `access` (value: `"access"`)




