Info

Properties

NameTypeDescriptionNotes

href

String

API entry point

[optional][readonly]

name

String

Name of the API

[optional][readonly]

version

String

Version of the API

[optional][readonly]

Example

require 'ionoscloud'

instance = Ionoscloud::Info.new(
  href: null,
  name: CLOUD API,
  version: 1.0
)

Last updated