|
ORE Studio 0.0.4
|
Response containing feature flag history. More...
#include <feature_flags_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< get_feature_flag_history_response, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| bool | success = false |
| std::string | message |
| std::vector< domain::feature_flags > | history |
Response containing feature flag history.