# Backup

A backup object.

## Properties

| Name                           | Type                                                                                                                  | Description                                                                         | Notes       |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------- |
| **clusterId**                  | **String**                                                                                                            | The unique ID of the cluster that was backed up.                                    | \[optional] |
| **earliestRecoveryTargetTime** | [**OffsetDateTime**](https://github.com/ionos-cloud/sdk-java-dbaas-mariadb/blob/master/docs/models/OffsetDateTime.md) | The oldest available timestamp to which you can restore.                            | \[optional] |
| **size**                       | **Integer**                                                                                                           | Size of all base backups in MiB. This is at least the sum of all base backup sizes. | \[optional] |
| **baseBackups**                | [**List\<BaseBackup>**](https://docs.ionos.com/sections-test/java-sdk/mariadb-sdk-java/models/basebackup)             |                                                                                     | \[optional] |
