#include <privmx/endpoint/core/Types.hpp>
Public Attributes | |
| int64_t | skip |
| int64_t | limit |
| std::string | sortOrder |
| std::optional< std::string > | lastId |
| std::optional< std::string > | sortBy |
| std::optional< std::string > | queryAsJson |
Contains query parameters for methods returning lists (PagingList).
| std::optional<std::string> privmx::endpoint::core::PagingQuery::lastId |
ID of the element from which query results should start
| int64_t privmx::endpoint::core::PagingQuery::limit |
limit of elements to return for query
| std::optional<std::string> privmx::endpoint::core::PagingQuery::queryAsJson |
extra query parameters in serialized JSON
| int64_t privmx::endpoint::core::PagingQuery::skip |
number of elements to skip from result
| std::optional<std::string> privmx::endpoint::core::PagingQuery::sortBy |
field name to sort elements by
| std::string privmx::endpoint::core::PagingQuery::sortOrder |
order of elements in result ("asc" for ascending, "desc" for descending)