![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A storage acknowledgement. More...
#include <NStorageObjectAck.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 | version |
| The version hash of the object. More... | |
| std::string | userId |
| The owner of the object. More... | |
A storage acknowledgement.
| std::string NStorageObjectAck::collection |
The collection which stores the object.
| std::string NStorageObjectAck::key |
The key of the object within the collection.
| std::string NStorageObjectAck::userId |
The owner of the object.
| std::string NStorageObjectAck::version |
The version hash of the object.