ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
get_badge_definition_history_response Struct Referencefinal

Response containing badge definition version history. More...

#include <badge_definition_protocol.hpp>

Collaboration diagram for get_badge_definition_history_response:
Collaboration graph

Public Member Functions

std::vector< std::byte > serialize () const
 

Static Public Member Functions

static std::expected< get_badge_definition_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::badge_definitionversions
 
std::vector< ores::dq::domain::badge_definitionhistory
 

Detailed Description

Response containing badge definition version history.