# PaginationLinks

URLs to navigate the different pages.

## Properties

| Name          | Type    | Description                                                                                                                        | Notes                   |
| ------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **prev**      | **str** | URL (with offset and limit parameters) of the previous page; only present if offset is greater than 0.                             | \[optional] \[readonly] |
| **var\_self** | **str** | URL (with offset and limit parameters) of the current page.                                                                        | \[optional] \[readonly] |
| **next**      | **str** | 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] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/postgres-sdk-python/models/paginationlinks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
