libkazv
Kazv::Api::SearchJob::GroupValue Struct Reference

The results for a particular group value. More...

#include <search.hpp>

Public Attributes

std::optional< std::string > nextBatch
 Token that can be used to get the next batch of results in the group, by passing as the next_batch parameter to the next call. More...
 
std::optional< int > order
 Key that can be used to order different groups. More...
 
immer::array< std::string > results
 Which results are in this group. More...
 

Detailed Description

The results for a particular group value.

Member Data Documentation

◆ nextBatch

std::optional<std::string> Kazv::Api::SearchJob::GroupValue::nextBatch

Token that can be used to get the next batch of results in the group, by passing as the next_batch parameter to the next call.

If this field is absent, there are no more results in this group.

◆ order

std::optional<int> Kazv::Api::SearchJob::GroupValue::order

Key that can be used to order different groups.

◆ results

immer::array<std::string> Kazv::Api::SearchJob::GroupValue::results

Which results are in this group.


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