# PostgresVersionList

## Properties

| Name     | Type                                                                                                                                        | Description | Notes       |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **data** | [**Array\<PostgresVersionListData>**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/postgresversionlistdata) |             | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::PostgresVersionList.new(
  data: null
)
```
