# RegistriesResponse

## Properties

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