# PostgresVersionList

## Properties

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

## Example

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

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