| libkazv
    | 
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_batchparameter 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... | |
The results for a particular group value.
| 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.
| std::optional<int> Kazv::Api::SearchJob::GroupValue::order | 
Key that can be used to order different groups.
| immer::array<std::string> Kazv::Api::SearchJob::GroupValue::results | 
Which results are in this group.