class

OpenAI::DeleteCertificateResponse

Inherits JSON::Serializable < Reference < Object

Constructors

new(object : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The ID of the certificate that was deleted.

Source
id=(id : String)

The ID of the certificate that was deleted.

Source
object

The object type, must be certificate.deleted.

Source
object=(object : Hash(String, JSON::Any))

The object type, must be certificate.deleted.

Source