# LocationsResponse

## Properties

| Name      | Type                                                                                                              | Description | Notes       |
| --------- | ----------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **href**  | **String**                                                                                                        |             | \[optional] |
| **id**    | **String**                                                                                                        |             | \[optional] |
| **items** | [**Array\<Location>**](https://docs.ionos.com/sections-test/ruby-sdk/container-registry-ruby-sdk/models/location) |             | \[optional] |
| **type**  | **String**                                                                                                        |             | \[optional] |

## Example

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

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