|
Stream Chat Unreal SDK
|
#/components/schemas/SearchRequest More...
#include <SearchRequestDto.h>
Public Attributes | |
| uint32 | Limit = TNumericLimits<uint32>::Max() |
| Number of items to return. | |
| uint32 | Offset = TNumericLimits<uint32>::Max() |
| Item offset. | |
| FJsonObjectWrapper | FilterConditions |
| FString | Query |
| Search phrase. | |
| FJsonObjectWrapper | MessageFilterConditions |
| Message filter conditions. | |
| TArray< FSortParamRequestDto > | Sort |
| Sort parameters. Cannot be used with non-zero offset. | |
| FString | Next |
| Pagination parameter. Cannot be used with non-zero offset. | |
#/components/schemas/SearchRequest