libQuotient
A Qt library for building matrix clients
Quotient::GetSpaceHierarchyJob::Response Struct Reference

#include <space_hierarchy.h>

Public Attributes

std::vector< SpaceHierarchyRoomsChunkrooms {}
 The rooms for the current page, with the current filters. More...
 
QString nextBatch {}
 

Detailed Description

Definition at line 119 of file space_hierarchy.h.

Member Data Documentation

◆ nextBatch

QString Quotient::GetSpaceHierarchyJob::Response::nextBatch {}

A token to supply to from to keep paginating the responses. Not present when there are no further results.

Definition at line 125 of file space_hierarchy.h.

◆ rooms

std::vector<SpaceHierarchyRoomsChunk> Quotient::GetSpaceHierarchyJob::Response::rooms {}

The rooms for the current page, with the current filters.

Definition at line 121 of file space_hierarchy.h.


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