# TokensResponse

## Properties

| Name        | Type                                                                                                                            | Description | Notes                               |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------------------------- |
| **\_links** | [**PaginationLinks**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/paginationlinks)     |             | \[default to undefined]             |
| **count**   | **number**                                                                                                                      |             | \[default to undefined]             |
| **href**    | **string**                                                                                                                      |             | \[optional] \[default to undefined] |
| **id**      | **string**                                                                                                                      |             | \[optional] \[default to undefined] |
| **items**   | [**Array\<TokenResponse>**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/tokenresponse) |             | \[optional] \[default to undefined] |
| **limit**   | **number**                                                                                                                      |             | \[default to undefined]             |
| **offset**  | **number**                                                                                                                      |             | \[default to undefined]             |
| **total**   | **number**                                                                                                                      |             | \[default to undefined]             |
| **type**    | **string**                                                                                                                      |             | \[optional] \[default to undefined] |
