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

# PatchClusterRequest

## Properties

| Name           | Type                                                                              | Description | Notes       |
| -------------- | --------------------------------------------------------------------------------- | ----------- | ----------- |
| **metadata**   | [**Metadata**](/postgres-sdk-ruby/models/metadata.md)                             |             | \[optional] |
| **properties** | [**PatchClusterProperties**](/postgres-sdk-ruby/models/patchclusterproperties.md) |             | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::PatchClusterRequest.new(
  metadata: null,
  properties: null
)
```
