View Source OpenAi.Project.ServiceAccount.ListResponse (OpenAI REST API Client v1.0.0)

Provides struct and type for a Project.ServiceAccount.ListResponse

Summary

Types

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