OpenAi.Batch.ListResponse (OpenAI REST API Client v0.2.1)

Provides struct and type for a Batch.ListResponse

Summary

Types

@type t() :: %OpenAi.Batch.ListResponse{
  data: [OpenAi.Batch.t()],
  first_id: String.t() | nil,
  has_more: boolean(),
  last_id: String.t() | nil,
  object: String.t()
}