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

# CertificatePatchPropertiesDto

## Properties

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

## Example

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

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