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

Storage objects to delete. 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 version
 The version hash of the object. More...
 

Detailed Description

Storage objects to delete.

Member Data Documentation

◆ collection

std::string NDeleteStorageObjectId::collection

The collection which stores the object.

◆ key

std::string NDeleteStorageObjectId::key

The key of the object within the collection.

◆ version

std::string NDeleteStorageObjectId::version

The version hash of the object.


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