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

A list of tournaments. More...

#include <NTournamentList.h>

Public Attributes

std::vector< NTournamenttournaments
 The list of tournaments returned. More...
 
std::string cursor
 A pagination cursor (optional). More...
 

Detailed Description

A list of tournaments.

Member Data Documentation

◆ cursor

std::string NTournamentList::cursor

A pagination cursor (optional).

◆ tournaments

std::vector<NTournament> NTournamentList::tournaments

The list of tournaments returned.


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