# Requests

## Properties

| Name       | Type                                                                                                           | Description                                                                                              | Notes                   |
| ---------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------- |
| **links**  | [**PaginationLinks**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/paginationlinks) |                                                                                                          |                         |
| **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>**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/request)          | 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**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/type)                       | The type of object that has been created.                                                                | \[optional]             |
