# ClusterLogsInstances

## Properties

| Name         | Type                                                                                                                                | Description                          | Notes       |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ----------- |
| **name**     | **String**                                                                                                                          | The name of the PostgreSQL instance. | \[optional] |
| **messages** | [**Array\<ClusterLogsMessages>**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/clusterlogsmessages) |                                      | \[optional] |

## Example

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

instance = IonoscloudDbaasPostgres::ClusterLogsInstances.new(
  name: postgres-cluster-0,
  messages: null
)
```
