# CertificatePatchPropertiesDto

## Properties

| Name     | Type       | Description           | Notes |
| -------- | ---------- | --------------------- | ----- |
| **name** | **String** | The certificate name. |       |

## Example

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

instance = IonoscloudCertManager::CertificatePatchPropertiesDto.new(
  name: My Certificate
)
```
