# PagedModelChatFunctionResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_embedded** | [**PagedModelChatFunctionResourceEmbedded**](PagedModelChatFunctionResourceEmbedded.md) |  | [optional] [default to undefined]
**page** | [**PageMetadata**](PageMetadata.md) |  | [optional] [default to undefined]
**_links** | [**Array&lt;Link&gt;**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]

## Example

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

const instance: PagedModelChatFunctionResource = {
    _embedded,
    page,
    _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)
