Sha256: 3ae2815976c653303ef6e09b7251c17170cb64a05afcf0cdbb18992e2fc9fd68
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
# Info ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | The API entry point. | [optional][readonly] | | **name** | **String** | The API name. | [optional][readonly] | | **version** | **String** | The API version. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Info.new( href: https://api.ionos.com/cloudapi/v6/, name: CLOUD API, version: 6.0 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/Info.md |