Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NUserGroupList Struct Reference

A list of groups belonging to a user, along with the user's role in each group. More...

#include <NUserGroupList.h>

Public Attributes

std::vector< NUserGroupuserGroups
 Group-role pairs for a user. More...
 
std::string cursor
 Cursor for the next page of results, if any. More...
 

Detailed Description

A list of groups belonging to a user, along with the user's role in each group.

Member Data Documentation

◆ cursor

std::string NUserGroupList::cursor

Cursor for the next page of results, if any.

◆ userGroups

std::vector<NUserGroup> NUserGroupList::userGroups

Group-role pairs for a user.


The documentation for this struct was generated from the following file: