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

# PostgresVersionListData

## Properties

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

## Example

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

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