# IpBlocks

## Properties

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