# BackupUnits

## Properties

| Name      | Type                                                                              | Description                                       | Notes                   |
| --------- | --------------------------------------------------------------------------------- | ------------------------------------------------- | ----------------------- |
| **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\<BackupUnit>**](https://docs.ionos.com/java-sdk/models/backupunit)        | Array of items in the collection.                 | \[optional] \[readonly] |
| **type**  | [**TypeEnum**](#TypeEnum)                                                         | The type of object that has been created.         | \[optional] \[readonly] |

## Enum: TypeEnum

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