# KnetikCloud.DeltaResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category_id** | **String** | The id of the category for question | [optional] 
**media_type** | **String** | The media type of the question | [optional] 
**question_id** | **String** | The id of the question | [optional] 
**state** | **String** | Whether the question was updated or removed | [optional] 
**tags** | **[String]** | The tags for the question | [optional] 
**updated_date** | **Number** | The date this question was last updated in seconds since unix epoch | [optional] 


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


* `UPDATED` (value: `"UPDATED"`)

* `REMOVED` (value: `"REMOVED"`)




