View Source ExOpenAI.Components.ProjectUserListResponse (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ProjectUserListResponse.
Fields
:data- required -[ExOpenAI.Components.ProjectUser.t()]:first_id- required -String.t():has_more- required -boolean():last_id- required -String.t():object- required -String.t()
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() }