# KnetikCloud.ChatThreadResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_users** | **Number** | The number of active users in the thread | [optional] 
**count** | **Number** | The number of messages in the thread | [optional] 
**created_date** | **Number** | The date the thread was created | [optional] 
**id** | **String** | The id for this thread | [optional] 
**recipient_id** | **String** | The id of the recipient | 
**recipient_type** | **String** | The recipient type of the thread | 
**subject** | **String** | The subject of the thread | [optional] 
**updated_date** | **Number** | The date the thread was updated | [optional] 


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


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

* `topic` (value: `"topic"`)




