# PagedModelChatFunctionVersionResourceEmbedded


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**versions** | [**Array&lt;ChatFunctionVersionResource&gt;**](ChatFunctionVersionResource.md) |  | [optional] [default to undefined]

## Example

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

const instance: PagedModelChatFunctionVersionResourceEmbedded = {
    versions,
};
```

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