#include <feed_types.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::feed::FeedQuery::before_cursor = std::nullopt |
| std::optional<std::string> dcn::feed::FeedQuery::event_type = std::nullopt |
| bool dcn::feed::FeedQuery::include_unfinalized = true |
| std::size_t dcn::feed::FeedQuery::limit = DEFAULT_FEED_LIMIT |