|
ORE Studio 0.0.4
|
Request to retrieve all code domains. More...
#include <code_domain_protocol.hpp>

Public Types | |
| using | response_type = get_code_domains_response |
Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< get_code_domains_request, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| int | offset = 0 |
| int | limit = 1000 |
Static Public Attributes | |
| static constexpr std::string_view | nats_subject = "dq.v1.code_domains.list" |
Request to retrieve all code domains.