View Source ExOpenAI.Components.ListAuditLogsResponse (ex_openai.ex v1.8.0)

Schema representing a ListAuditLogsResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ListAuditLogsResponse{
  data: [ExOpenAI.Components.AuditLog.t()],
  first_id: String.t(),
  has_more: boolean(),
  last_id: String.t(),
  object: :list
}