|
ORE Studio 0.0.4
|
Request to delete one or more change reason categories. More...
#include <change_management_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< delete_change_reason_category_request, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| std::vector< std::string > | codes |
Request to delete one or more change reason categories.
Supports batch deletion by accepting a vector of codes. Each category is processed independently - partial success is possible.