> 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/requests.md).

# Requests

## Properties

| Name       | Type                                                                                            | Description                                                                                              | Notes                   |
| ---------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------- |
| **links**  | [**PaginationLinks**](/java-sdk/models/paginationlinks.md)                                      |                                                                                                          |                         |
| **href**   | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md)               | URL to the object representation (absolute path).                                                        | \[optional] \[readonly] |
| **id**     | **String**                                                                                      | The resource's unique identifier.                                                                        | \[optional] \[readonly] |
| **items**  | [**List\<Request>**](/java-sdk/models/request.md)                                               | Array of items in the collection.                                                                        | \[optional] \[readonly] |
| **limit**  | [**BigDecimal**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/BigDecimal.md) | The limit, specified in the request (if not specified, the endpoint's default pagination limit is used). |                         |
| **offset** | [**BigDecimal**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/BigDecimal.md) | The offset, specified in the request (if not is specified, 0 is used by default).                        |                         |
| **type**   | [**Type**](/java-sdk/models/type.md)                                                            | The type of object that has been created.                                                                | \[optional]             |
