libkazv
Kazv::Api::SearchJob::EventContext Struct Reference

Context for result, if requested. More...

#include <search.hpp>

Public Attributes

std::optional< std::string > start
 Pagination token for the start of the chunk. More...
 
std::optional< std::string > end
 Pagination token for the end of the chunk. More...
 
immer::map< std::string, UserProfileprofileInfo
 The historic profile information of the users that sent the events returned. More...
 
EventList eventsBefore
 Events just before the result. More...
 
EventList eventsAfter
 Events just after the result. More...
 

Detailed Description

Context for result, if requested.

Member Data Documentation

◆ end

std::optional<std::string> Kazv::Api::SearchJob::EventContext::end

Pagination token for the end of the chunk.

◆ eventsAfter

EventList Kazv::Api::SearchJob::EventContext::eventsAfter

Events just after the result.

◆ eventsBefore

EventList Kazv::Api::SearchJob::EventContext::eventsBefore

Events just before the result.

◆ profileInfo

immer::map<std::string, UserProfile> Kazv::Api::SearchJob::EventContext::profileInfo

The historic profile information of the users that sent the events returned.

The string key is the user ID for which the profile belongs to.

◆ start

std::optional<std::string> Kazv::Api::SearchJob::EventContext::start

Pagination token for the start of the chunk.


The documentation for this struct was generated from the following file: