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

List of storage objects. More...

#include <NStorageObjectList.h>

Public Attributes

std::vector< NStorageObjectobjects
 The list of storage objects. More...
 
std::string cursor
 The cursor for the next page of results, if any. More...
 

Detailed Description

List of storage objects.

Member Data Documentation

◆ cursor

std::string NStorageObjectList::cursor

The cursor for the next page of results, if any.

◆ objects

std::vector<NStorageObject> NStorageObjectList::objects

The list of storage objects.


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