OpenAI::GroupListResource
Inherits JSON::Serializable < Reference < Object
Paginated list of organization groups.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : GroupListResourceObject = GroupListResourceObject::List, data : Array(GroupResponse) = [] of GroupResponse, has_more : Bool = false, next_value : GroupListResourceNext = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
next_value=(next_value : GroupListResourceNext)
Cursor to fetch the next page of results, or null if there are no more results.