# ChatFunctionVersionResource


## Properties

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&lt;Link&gt;**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]

## Example

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

const instance: ChatFunctionVersionResource = {
    id,
    handler_script,
    version_number,
    _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)
