|
ORE Studio 0.0.4
|
Response containing country version history. More...
#include <country_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
| Serialize response to bytes. | |
Static Public Member Functions | |
| static std::expected< get_country_history_response, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize response from bytes. | |
Public Attributes | |
| bool | success |
| std::string | message |
| std::vector< domain::country > | history |
Response containing country version history.