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

One or more groups returned from a listing operation. More...

#include <NGroupList.h>

Public Attributes

std::vector< NGroupgroups
 One or more groups. More...
 
std::string cursor
 A cursor used to get the next page. More...
 

Detailed Description

One or more groups returned from a listing operation.

Member Data Documentation

◆ cursor

std::string NGroupList::cursor

A cursor used to get the next page.

◆ groups

std::vector<NGroup> NGroupList::groups

One or more groups.


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