![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
One or more groups returned from a listing operation. More...
#include <NGroupList.h>
Public Attributes | |
std::vector< NGroup > | groups |
One or more groups. More... | |
std::string | cursor |
A cursor used to get the next page. More... | |
One or more groups returned from a listing operation.
std::string NGroupList::cursor |
A cursor used to get the next page.
std::vector<NGroup> NGroupList::groups |
One or more groups.