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