# PaginationLinks

The URLs to navigate the different pages.

## Properties

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