OpenAI::ProjectGroupListResource
Inherits JSON::Serializable < Reference < Object
Paginated list of groups that have access to a project.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : ProjectGroupListResourceObject = ProjectGroupListResourceObject::List, data : Array(ProjectGroup) = [] of ProjectGroup, has_more : Bool = false, next_value : ProjectGroupListResourceNext = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
next_value=(next_value : ProjectGroupListResourceNext)
Cursor to fetch the next page of results, or null when there are no more results.