# Labels

## Properties

| Name      | Type                                                                                              | Description                                                    | Notes                   |
| --------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------- |
| **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\<Label>**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/label) | Array of items in the collection.                              | \[optional] \[readonly] |
| **type**  | [**TypeEnum**](#TypeEnum)                                                                         | The type of resource within a collection.                      | \[optional] \[readonly] |

## Enum: TypeEnum

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