class

OpenAI::UploadCertificateRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String | Nil = nil, content : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content

The certificate content in PEM format

Source
content=(content : String)

The certificate content in PEM format

Source
name

An optional name for the certificate

Source
name=(name : String | Nil)

An optional name for the certificate

Source