Nakama C++ Client SDK 2.5.1
Client for Nakama Server
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NStorageObjectAck Struct Reference

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...
 

Detailed Description

A storage acknowledgement.

Member Data Documentation

◆ collection

std::string NStorageObjectAck::collection

The collection which stores the object.

◆ key

std::string NStorageObjectAck::key

The key of the object within the collection.

◆ userId

std::string NStorageObjectAck::userId

The owner of the object.

◆ version

std::string NStorageObjectAck::version

The version hash of the object.


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