> 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/registryresponse.md).

# RegistryResponse

## Properties

| Name           | Type                                                                                  | Description | Notes       |
| -------------- | ------------------------------------------------------------------------------------- | ----------- | ----------- |
| **href**       | **String**                                                                            |             | \[optional] |
| **id**         | **String**                                                                            |             | \[optional] |
| **metadata**   | [**ApiResourceMetadata**](/container-registry-sdk-ruby/models/apiresourcemetadata.md) |             |             |
| **properties** | [**RegistryProperties**](/container-registry-sdk-ruby/models/registryproperties.md)   |             |             |
| **type**       | **String**                                                                            |             | \[optional] |

## Example

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

instance = IonoscloudContainerRegistry::RegistryResponse.new(
  href: null,
  id: null,
  metadata: null,
  properties: null,
  type: null
)
```
