OpenAI.DeleteModelResponse (oapi_oai v0.1.0)

Provides struct and type for DeleteModelResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.DeleteModelResponse{
  deleted: boolean(),
  id: String.t(),
  object: String.t()
}