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

A set of tournament records which may be part of a tournament records page or a batch of individual records. More...

#include <NTournamentRecordList.h>

Public Attributes

std::vector< NLeaderboardRecordrecords
 A list of tournament records. More...
 
std::vector< NLeaderboardRecordownerRecords
 A batched set of tournament records belonging to specified owners. More...
 
std::string nextCursor
 The cursor to send when retireving the next page, if any. More...
 
std::string prevCursor
 The cursor to send when retrieving the previous page, if any. More...
 

Detailed Description

A set of tournament records which may be part of a tournament records page or a batch of individual records.

Member Data Documentation

◆ nextCursor

std::string NTournamentRecordList::nextCursor

The cursor to send when retireving the next page, if any.

◆ ownerRecords

std::vector<NLeaderboardRecord> NTournamentRecordList::ownerRecords

A batched set of tournament records belonging to specified owners.

◆ prevCursor

std::string NTournamentRecordList::prevCursor

The cursor to send when retrieving the previous page, if any.

◆ records

std::vector<NLeaderboardRecord> NTournamentRecordList::records

A list of tournament records.


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