libkazv
|
#include <space_hierarchy.hpp>
Public Member Functions | |
JobResponse (Response r) | |
bool | success () const |
immer::array< ChildRoomsChunk > | rooms () const |
The rooms for the current page, with the current filters. More... | |
std::optional< std::string > | nextBatch () const |
A token to supply to from to keep paginating the responses. More... | |
Public Member Functions inherited from Kazv::Response | |
std::string | errorCode () const |
std::string | errorMessage () const |
JsonWrap | jsonBody () const |
constexpr bool | success () const |
json | dataJson (const std::string &key) const |
std::string | dataStr (const std::string &key) const |
std::string | jobId () const |
Additional Inherited Members | |
Public Types inherited from Kazv::Response | |
using | StatusCode = int |
Public Attributes inherited from Kazv::Response | |
StatusCode | statusCode |
Body | body |
Header | header |
JsonWrap | extraData |
Kazv::Api::GetSpaceHierarchyJob::JobResponse::JobResponse | ( | Response | r | ) |
std::optional< std::string > Kazv::Api::GetSpaceHierarchyResponse::nextBatch | ( | ) | const |
A token to supply to from
to keep paginating the responses.
Not present when there are no further results.
immer::array< GetSpaceHierarchyJob::ChildRoomsChunk > Kazv::Api::GetSpaceHierarchyResponse::rooms | ( | ) | const |
The rooms for the current page, with the current filters.
bool Kazv::Api::GetSpaceHierarchyResponse::success | ( | ) | const |