# ClusterResponse

## Properties

| Name           | Type                                                                                                                    | Description                    | Notes       |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------ | ----------- |
| **type**       | [**ResourceType**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/resourcetype)           |                                | \[optional] |
| **id**         | **String**                                                                                                              | The unique ID of the resource. | \[optional] |
| **metadata**   | [**Metadata**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/metadata)                   |                                | \[optional] |
| **properties** | [**ClusterProperties**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/clusterproperties) |                                | \[optional] |

## Example

```ruby
require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::ClusterResponse.new(
  type: cluster,
  id: 498ae72f-411f-11eb-9d07-046c59cc737e,
  metadata: null,
  properties: null
)
```
