#include <relations.hpp>
◆ JobResponse()
Kazv::Api::GetRelatingEventsJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ chunk()
EventList Kazv::Api::GetRelatingEventsResponse::chunk |
( |
| ) |
const |
The child events of the requested event, ordered topologically most-recent first.
◆ nextBatch()
std::optional< std::string > Kazv::Api::GetRelatingEventsResponse::nextBatch |
( |
| ) |
const |
An opaque string representing a pagination token.
The absence of this token means there are no more results to fetch and the client should stop paginating.
◆ prevBatch()
std::optional< std::string > Kazv::Api::GetRelatingEventsResponse::prevBatch |
( |
| ) |
const |
An opaque string representing a pagination token.
The absence of this token means this is the start of the result set, i.e. this is the first batch/page.
◆ success()
bool Kazv::Api::GetRelatingEventsResponse::success |
( |
| ) |
const |
The documentation for this class was generated from the following files: