> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/postgres-sdk-java/models/createrestorerequest.md).

# CreateRestoreRequest

The restore request.

## Properties

| Name                   | Type                                                                                                                   | Description                                                                                                                                                 | Notes       |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **backupId**           | **String**                                                                                                             | The unique ID of the backup you want to restore.                                                                                                            |             |
| **recoveryTargetTime** | [**OffsetDateTime**](https://github.com/ionos-cloud/sdk-java-dbaas-postgres/blob/master/docs/models/OffsetDateTime.md) | If this value is supplied as ISO 8601 timestamp, the backup will be replayed up until the given timestamp. If empty, the backup will be applied completely. | \[optional] |
