OpenAI.DeleteFileResponse (oapi_oai v0.1.2)

Provides struct and type for DeleteFileResponse

Link to this section Summary

Link to this section Types

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