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

# PostgresVersionList

## Properties

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

## Example

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

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