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

# APIVersion

## Properties

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

## Example

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

instance = IonoscloudDbaasPostgres::APIVersion.new(
  name: v2.1,
  swagger_url: https://api.ionos.com/databases/postgres/infos/assets/swagger-v2.1.yml
)
```
