> For the complete documentation index, see [llms.txt](https://docs.ionos.com/java-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/java-sdk/models/paginationlinks.md).

# PaginationLinks

## Properties

| Name     | Type                                                                              | Description                                                                                                                        | Notes                   |
| -------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **next** | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md) | URL (with offset and limit parameters) of the next page; only present if offset + limit is less than the total number of elements. | \[optional] \[readonly] |
| **prev** | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md) | URL (with offset and limit parameters) of the previous page; only present if offset is greater than 0.                             | \[optional] \[readonly] |
| **self** | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md) | URL (with offset and limit parameters) of the current page.                                                                        | \[optional] \[readonly] |
