|
ORE Studio 0.0.4
|
Represents a specific version of an account with metadata. More...
#include <account_version.hpp>

Public Attributes | |
| account | data |
| The account data at this version. | |
| int | version_number |
| Version number (1-based, higher is newer). | |
| std::string | recorded_by |
| Username of the person who recorded this version in the system. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version was recorded in the system. | |
| std::string | change_summary |
| Summary of changes made in this version. | |
Represents a specific version of an account with metadata.
| std::string change_summary |
Summary of changes made in this version.
Examples: "Created account", "Modified 2 fields", "Updated email"