> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-ruby/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-ruby/models/backupresponse.md).

# BackupResponse

## Properties

| Name           | Type                                                              | Description                    | Notes       |
| -------------- | ----------------------------------------------------------------- | ------------------------------ | ----------- |
| **type**       | [**ResourceType**](/postgres-sdk-ruby/models/resourcetype.md)     |                                | \[optional] |
| **id**         | **String**                                                        | The unique ID of the resource. | \[optional] |
| **metadata**   | [**BackupMetadata**](/postgres-sdk-ruby/models/backupmetadata.md) |                                | \[optional] |
| **properties** | [**ClusterBackup**](/postgres-sdk-ruby/models/clusterbackup.md)   |                                | \[optional] |

## Example

```ruby
require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::BackupResponse.new(
  type: backup,
  id: 498ae72f-411f-11eb-9d07-046c59cc737e,
  metadata: null,
  properties: null
)
```
