# LabelResources

## Properties

| Name       | Type                                                                                                              | Description                                                    | Notes                   |
| ---------- | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------- |
| **links**  | [**PaginationLinks**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/paginationlinks)    |                                                                | \[optional]             |
| **href**   | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md)                                 | URL to the collection representation (absolute path).          | \[optional] \[readonly] |
| **id**     | **String**                                                                                                        | A unique representation of the label as a resource collection. | \[optional] \[readonly] |
| **items**  | [**List\<LabelResource>**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/labelresource) | 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 (if specified in the request).                       | \[optional]             |
| **offset** | [**BigDecimal**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/BigDecimal.md)                   | The offset (if specified in the request).                      | \[optional]             |
| **type**   | [**TypeEnum**](#TypeEnum)                                                                                         | The type of resource within a collection.                      | \[optional] \[readonly] |

## Enum: TypeEnum

| Name       | Value        |
| ---------- | ------------ |
| COLLECTION | "collection" |
