#include <events_feed.hpp>
Public Attributes | |
| std::size_t | limit = DEFAULT_FEED_LIMIT |
| std::optional< std::string > | before_cursor = std::nullopt |
| std::optional< std::string > | event_type = std::nullopt |
| bool | include_unfinalized = true |
| std::optional<std::string> dcn::events::FeedQuery::before_cursor = std::nullopt |
| std::optional<std::string> dcn::events::FeedQuery::event_type = std::nullopt |
| bool dcn::events::FeedQuery::include_unfinalized = true |
| std::size_t dcn::events::FeedQuery::limit = DEFAULT_FEED_LIMIT |