> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/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/ruby-sdk/models/info.md).

# Info

## Properties

\| **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
)
```
