View Source ExOpenAI.Components.GroupListResource (ex_openai.ex v2.0.0-beta2)
Paginated list of organization groups.
Fields
:data- required -[ExOpenAI.Components.GroupResponse.t()]
Groups returned in the current page.:has_more- required -boolean()
Whether additional groups are available when paginating.:next- required -String.t() | any()
Cursor to fetch the next page of results, ornullif there are no more results.:object- required -:list
Alwayslist.
Allowed values:"list"
Summary
Types
@type t() :: %ExOpenAI.Components.GroupListResource{ data: [ExOpenAI.Components.GroupResponse.t()], has_more: boolean(), next: String.t() | any(), object: :list }