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

A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records. More...

#include <NLeaderboardRecordList.h>

Public Attributes

std::vector< NLeaderboardRecordrecords
 A list of leaderboard records. More...
 
std::vector< NLeaderboardRecordownerRecords
 A batched set of leaderboard records belonging to specified owners. More...
 
std::string nextCursor
 The cursor to send when retrieving 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 leaderboard records, may be part of a leaderboard records page or a batch of individual records.

Member Data Documentation

◆ nextCursor

std::string NLeaderboardRecordList::nextCursor

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

◆ ownerRecords

std::vector<NLeaderboardRecord> NLeaderboardRecordList::ownerRecords

A batched set of leaderboard records belonging to specified owners.

◆ prevCursor

std::string NLeaderboardRecordList::prevCursor

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

◆ records

std::vector<NLeaderboardRecord> NLeaderboardRecordList::records

A list of leaderboard records.


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