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

# ApiInfoDto

## 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-cert-manager'

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