# ChatFunctionChatRuntimeProperties

The runtime this function executes on. Always a NodeJS runtime

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of this runtime. Always NODEJS | [default to undefined]
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**version** | **string** | The semantic version of this runtime | [default to undefined]

## Example

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

const instance: ChatFunctionChatRuntimeProperties = {
    type,
    id,
    version,
};
```

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