![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
Storage objects to get. More...
#include <NStorageObjectId.h>
Public Attributes | |
std::string | collection |
The collection which stores the object. More... | |
std::string | key |
The key of the object within the collection. More... | |
std::string | userId |
The user owner of the object. More... | |
Storage objects to get.
std::string NReadStorageObjectId::collection |
The collection which stores the object.
std::string NReadStorageObjectId::key |
The key of the object within the collection.
std::string NReadStorageObjectId::userId |
The user owner of the object.