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

Schema representing a InviteListResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.InviteListResponse{
  data: [ExOpenAI.Components.Invite.t()],
  first_id: String.t() | nil,
  has_more: boolean() | nil,
  last_id: String.t() | nil,
  object: :list
}