# TokensResponse

## Properties

| Name       | Type                                                                                                                            | Description | Notes       |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **links**  | [**PaginationLinks**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/paginationlinks)     |             |             |
| **count**  | **int**                                                                                                                         |             |             |
| **href**   | **str**                                                                                                                         |             | \[optional] |
| **id**     | **str**                                                                                                                         |             | \[optional] |
| **items**  | [**list\[TokenResponse\]**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/tokenresponse) |             | \[optional] |
| **limit**  | **int**                                                                                                                         |             |             |
| **offset** | **int**                                                                                                                         |             |             |
| **total**  | **int**                                                                                                                         |             |             |
| **type**   | **str**                                                                                                                         |             | \[optional] |
