![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
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< NUserGroup > | userGroups |
Group-role pairs for a user. More... | |
std::string | cursor |
Cursor for the next page of results, if any. More... | |
A list of groups belonging to a user, along with the user's role in each group.
std::string NUserGroupList::cursor |
Cursor for the next page of results, if any.
std::vector<NUserGroup> NUserGroupList::userGroups |
Group-role pairs for a user.