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

#include <users.h>

Public Attributes

QVector< Userresults {}
 Ordered by rank and then whether or not profile info is available. More...
 
bool limited {}
 Indicates if the result list has been truncated by the limit. More...
 

Detailed Description

Definition at line 55 of file users.h.

Member Data Documentation

◆ limited

bool Quotient::SearchUserDirectoryJob::Response::limited {}

Indicates if the result list has been truncated by the limit.

Definition at line 60 of file users.h.

◆ results

QVector<User> Quotient::SearchUserDirectoryJob::Response::results {}

Ordered by rank and then whether or not profile info is available.

Definition at line 57 of file users.h.


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