For the complete documentation index, see llms.txt. This page is also available as Markdown.

CertificatePatchPropertiesDto

Properties

Name
Type
Description
Notes

name

String

The certificate name.

Example

require 'ionoscloud-cert-manager'

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

Last updated