# ApiInfoDto

The information about the API.

## Properties

| Name        | Type       | Description          | Notes                                           |
| ----------- | ---------- | -------------------- | ----------------------------------------------- |
| **href**    | **string** | The API entry point. | \[optional] \[readonly] \[default to undefined] |
| **name**    | **string** | The API name.        | \[optional] \[readonly] \[default to undefined] |
| **version** | **string** | The API version.     | \[optional] \[readonly] \[default to undefined] |
