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

# ClusterLogsInstances

## Properties

| Name         | Type                                                                                | Description                          | Notes       |
| ------------ | ----------------------------------------------------------------------------------- | ------------------------------------ | ----------- |
| **name**     | **String**                                                                          | The name of the PostgreSQL instance. | \[optional] |
| **messages** | [**Array\<ClusterLogsMessages>**](/postgres-sdk-ruby/models/clusterlogsmessages.md) |                                      | \[optional] |

## Example

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

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