OpenAi.File.DeleteResponse (OpenAI REST API Client v0.2.1)

Provides struct and type for a File.DeleteResponse

Summary

Types

@type t() :: %OpenAi.File.DeleteResponse{
  deleted: boolean(),
  id: String.t(),
  object: String.t()
}