View Source ExOpenAI.Components.ProjectUserListResponse (ex_openai.ex v1.8.0)
Schema representing a ProjectUserListResponse within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ProjectUserListResponse{ data: [ExOpenAI.Components.ProjectUser.t()], first_id: String.t(), has_more: boolean(), last_id: String.t(), object: String.t() }