OpenAI::UserListResource
Inherits JSON::Serializable < Reference < Object
Paginated list of user objects returned when inspecting group membership.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : UserListResourceObject = UserListResourceObject::List, data : Array(User) = [] of User, has_more : Bool = false, next_value : UserListResourceNext = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
next_value
Cursor to fetch the next page of results, or null when no further users are available.
next_value=(next_value : UserListResourceNext)
Cursor to fetch the next page of results, or null when no further users are available.