> 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/backupmetadata.md).

# BackupMetadata

## Properties

| Name              | Type                                            | Description                      | Notes       |
| ----------------- | ----------------------------------------------- | -------------------------------- | ----------- |
| **created\_date** | **Time**                                        | The ISO 8601 creation timestamp. | \[optional] |
| **state**         | [**State**](/postgres-sdk-ruby/models/state.md) |                                  | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::BackupMetadata.new(
  created_date: 2020-12-10T13:37:50+01:00,
  state: null
)
```
