![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
List of storage objects. More...
#include <NStorageObjectList.h>
Public Attributes | |
std::vector< NStorageObject > | objects |
The list of storage objects. More... | |
std::string | cursor |
The cursor for the next page of results, if any. More... | |
List of storage objects.
std::string NStorageObjectList::cursor |
The cursor for the next page of results, if any.
std::vector<NStorageObject> NStorageObjectList::objects |
The list of storage objects.