# ConfigPropertyDto

## Properties

| Name            | Type       | Description               | Notes                  |
| --------------- | ---------- | ------------------------- | ---------------------- |
| **id**          | **String** | The property id.          | \[optional]\[readonly] |
| **name**        | **String** | The property name.        |                        |
| **value**       | **String** | The property value.       |                        |
| **description** | **String** | The property description. |                        |

## Example

```ruby
require 'ionoscloud-cert-manager'

instance = IonoscloudCertManager::ConfigPropertyDto.new(
  id: null,
  name: null,
  value: null,
  description: null
)
```
