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

# 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
)
```
