View Source OpenAi.Upload.Part (OpenAI REST API Client v1.0.0)

Provides struct and type for a Upload.Part

Summary

Types

@type t() :: %OpenAi.Upload.Part{
  created_at: integer(),
  id: String.t(),
  object: String.t(),
  upload_id: String.t()
}