# BackupMetadata

## Properties

| Name              | Type                                                                                            | Description                      | Notes       |
| ----------------- | ----------------------------------------------------------------------------------------------- | -------------------------------- | ----------- |
| **created\_date** | **Time**                                                                                        | The ISO 8601 creation timestamp. | \[optional] |
| **state**         | [**State**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/state) |                                  | \[optional] |

## Example

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

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