chatkitty
Version:
OpenAPI client for chatkitty
27 lines (19 loc) • 1 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**handler_script** | **string** | JavaScript/TypeScript code that runs when this function is executed | [default to undefined]
**version_number** | **number** | The version number of this function version. Incremented from the previous version | [default to undefined]
**_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
```typescript
import { ChatFunctionVersionResource } from 'chatkitty';
const instance: ChatFunctionVersionResource = {
id,
handler_script,
version_number,
_links,
};
```
[[Back to Model list]](../README.md