ApiInfoDto

Properties

NameTypeDescriptionNotes

href

String

The API entry point.

[optional][readonly]

name

String

The API name.

[optional][readonly]

version

String

The API version.

[optional][readonly]

Example

require 'ionoscloud-cert-manager'

instance = IonoscloudCertManager::ApiInfoDto.new(
  href: null,
  name: Certificate Manager API.,
  version: 1.0
)

Last updated