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

# TokensResponse

## Properties

| Name        | Type                                                                              | Description | Notes       |
| ----------- | --------------------------------------------------------------------------------- | ----------- | ----------- |
| **\_links** | [**PaginationLinks**](/container-registry-sdk-ruby/models/paginationlinks.md)     |             |             |
| **count**   | **Integer**                                                                       |             |             |
| **href**    | **String**                                                                        |             | \[optional] |
| **id**      | **String**                                                                        |             | \[optional] |
| **items**   | [**Array\<TokenResponse>**](/container-registry-sdk-ruby/models/tokenresponse.md) |             | \[optional] |
| **limit**   | **Integer**                                                                       |             |             |
| **offset**  | **Integer**                                                                       |             |             |
| **total**   | **Integer**                                                                       |             |             |
| **type**    | **String**                                                                        |             | \[optional] |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::TokensResponse.new(
  _links: null,
  count: null,
  href: null,
  id: null,
  items: null,
  limit: null,
  offset: null,
  total: null,
  type: null
)
```
