chatkitty
Version:
OpenAPI client for chatkitty
31 lines (23 loc) • 1.1 kB
Markdown
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<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
```typescript
import { ReplyThreadResource } from 'chatkitty';
const instance: ReplyThreadResource = {
type,
id,
created_time,
name,
properties,
_links,
};
```
[[Back to Model list]](../README.md