chatkitty
Version:
OpenAPI client for chatkitty
25 lines (17 loc) • 878 B
Markdown
# CursorPagedModelNotificationResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_embedded** | [**CursorPagedModelNotificationResourceEmbedded**](CursorPagedModelNotificationResourceEmbedded.md) | | [optional] [default to undefined]
**page** | [**CursorPageMetadata**](CursorPageMetadata.md) | | [default to undefined]
**_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
## Example
```typescript
import { CursorPagedModelNotificationResource } from 'chatkitty';
const instance: CursorPagedModelNotificationResource = {
_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)