class

OpenAI::CertificateCertificateDetails

Inherits JSON::Serializable < Reference < Object

Constructors

new(valid_at : Int64 | Nil = nil, expires_at : Int64 | Nil = nil, content : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content

The content of the certificate in PEM format.

Source
content=(content : String | Nil)

The content of the certificate in PEM format.

Source
expires_at

The Unix timestamp (in seconds) of when the certificate expires.

Source
expires_at=(expires_at : Int64 | Nil)

The Unix timestamp (in seconds) of when the certificate expires.

Source
valid_at

The Unix timestamp (in seconds) of when the certificate becomes valid.

Source
valid_at=(valid_at : Int64 | Nil)

The Unix timestamp (in seconds) of when the certificate becomes valid.

Source