> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-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/postgres-sdk-ruby/models/clusterresponse.md).

# ClusterResponse

## Properties

| Name           | Type                                                                    | Description                    | Notes       |
| -------------- | ----------------------------------------------------------------------- | ------------------------------ | ----------- |
| **type**       | [**ResourceType**](/postgres-sdk-ruby/models/resourcetype.md)           |                                | \[optional] |
| **id**         | **String**                                                              | The unique ID of the resource. | \[optional] |
| **metadata**   | [**Metadata**](/postgres-sdk-ruby/models/metadata.md)                   |                                | \[optional] |
| **properties** | [**ClusterProperties**](/postgres-sdk-ruby/models/clusterproperties.md) |                                | \[optional] |

## Example

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

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