Ditto 1.1.7
Public Attributes | List of all members
ditto::UpdateResultPopped Struct Reference

An update result when the update result's type is UpdateResultType::Popped. More...

#include <UpdateResult.hpp>

Inheritance diagram for ditto::UpdateResultPopped:
ditto::UpdateResult

Public Attributes

nlohmann::json value
 
- Public Attributes inherited from ditto::UpdateResult
DocumentId document_id
 
std::string path
 
UpdateResultType type
 

Detailed Description

An update result when the update result's type is UpdateResultType::Popped.

Member Data Documentation

◆ value

nlohmann::json ditto::UpdateResultPopped::value

The value that was popped from the array.