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

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

Detailed Description

Storage objects to get.

Member Data Documentation

◆ collection

std::string NReadStorageObjectId::collection

The collection which stores the object.

◆ key

std::string NReadStorageObjectId::key

The key of the object within the collection.

◆ userId

std::string NReadStorageObjectId::userId

The user owner of the object.


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