# TokensResponse

## Properties

| Name        | Type                                                                                                                        | Description | Notes       |
| ----------- | --------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **\_links** | [**PaginationLinks**](https://docs.ionos.com/sections-test/ruby-sdk/container-registry-ruby-sdk/models/paginationlinks)     |             |             |
| **count**   | **Integer**                                                                                                                 |             |             |
| **href**    | **String**                                                                                                                  |             | \[optional] |
| **id**      | **String**                                                                                                                  |             | \[optional] |
| **items**   | [**Array\<TokenResponse>**](https://docs.ionos.com/sections-test/ruby-sdk/container-registry-ruby-sdk/models/tokenresponse) |             | \[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
)
```
