Definition of V2TIMGroupSearchResult.
Public Member Functions | |
V2TIMGroupSearchResult () | |
V2TIMGroupSearchResult (const V2TIMGroupSearchResult &groupSearchResult) | |
~V2TIMGroupSearchResult () | |
Data Fields | |
bool | isFinished |
uint32_t | totalCount |
V2TIMString | nextCursor |
V2TIMGroupInfoVector | groupList |
V2TIMGroupSearchResult | ( | const V2TIMGroupSearchResult & | groupSearchResult | ) |
bool isFinished |
Whether all groups that meet the search criteria have been returned.
uint32_t totalCount |
The total count of groups that meet the search criteria.
V2TIMString nextCursor |
The search cursor for the next cloud search.
V2TIMGroupInfoVector groupList |
The group list returned by the current cloud search.