# RegistriesResponse

## Properties

| Name                  | Type                                                                                                       | Description | Notes       |
| --------------------- | ---------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **\_links**           | [**PaginationLinks**](https://docs.ionos.com/container-registry-sdk-ruby/models/paginationlinks)           |             |             |
| **href**              | **String**                                                                                                 |             | \[optional] |
| **id**                | **String**                                                                                                 |             | \[optional] |
| **items**             | [**Array\<RegistryResponse>**](https://docs.ionos.com/container-registry-sdk-ruby/models/registryresponse) |             | \[optional] |
| **limit**             | **Integer**                                                                                                |             |             |
| **next\_page\_token** | **String**                                                                                                 |             |             |
| **type**              | **String**                                                                                                 |             | \[optional] |

## Example

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

instance = IonoscloudContainerRegistry::RegistriesResponse.new(
  _links: null,
  href: null,
  id: null,
  items: null,
  limit: null,
  next_page_token: null,
  type: null
)
```
