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

# LocationsResponse

## Properties

| Name      | Type                                                                    | Description | Notes       |
| --------- | ----------------------------------------------------------------------- | ----------- | ----------- |
| **href**  | **String**                                                              |             | \[optional] |
| **id**    | **String**                                                              |             | \[optional] |
| **items** | [**Array\<Location>**](/container-registry-sdk-ruby/models/location.md) |             | \[optional] |
| **type**  | **String**                                                              |             | \[optional] |

## Example

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

instance = IonoscloudContainerRegistry::LocationsResponse.new(
  href: null,
  id: null,
  items: null,
  type: null
)
```
