CertificatePatchPropertiesDto

Properties

NameTypeDescriptionNotes

name

String

The certificate name.

Example

require 'ionoscloud-cert-manager'

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

Last updated