View Source ExOpenAI.Components.DeleteCertificateResponse (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema DeleteCertificateResponse.

Fields

  • :id - required - String.t()
    The ID of the certificate that was deleted.

  • :object - required - :"certificate.deleted"
    The object type, must be certificate.deleted.
    Allowed values: "certificate.deleted"

Summary

Types

@type t() :: %ExOpenAI.Components.DeleteCertificateResponse{
  id: String.t(),
  object: :"certificate.deleted"
}