12 lines
653 B
Markdown
12 lines
653 B
Markdown
# PaginatedCalendarEventList
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
| **hasNext** | **Boolean** | Whether there are more results after this page. | [optional] [default to null] |
|
|
| **results** | [**List**](CalendarEvent.md) | | [optional] [default to null] |
|
|
| **totalCount** | **Integer** | The total number of results that the query would return if there were no pagination. | [optional] [default to null] |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|