# ReplyThreadResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of this thread | [default to undefined]
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**created_time** | **string** | The ISO date-time this thread was created | [default to undefined]
**name** | **string** | The name of this thread | [optional] [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom data associated with this thread | [default to undefined]
**_links** | [**Array&lt;Link&gt;**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]

## Example

```typescript
import { ReplyThreadResource } from 'chatkitty';

const instance: ReplyThreadResource = {
    type,
    id,
    created_time,
    name,
    properties,
    _links,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
