# PostgresVersionListData

## Properties

| Name     | Type       | Description | Notes       |
| -------- | ---------- | ----------- | ----------- |
| **name** | **String** |             | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::PostgresVersionListData.new(
  name: 12
)
```
