APIVersion

Properties

NameTypeDescriptionNotes

name

String

[optional]

swagger_url

String

[optional]

Example

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
)

Last updated