|
Stream Chat Unreal SDK
|
#/components/schemas/SearchResponse More...
#include <SearchResponseDto.h>
Public Attributes | |
| FString | Next |
| Value to pass to the next search query in order to paginate. | |
| FString | Previous |
| Value that points to the previous page. Pass as the next value in a search query to paginate backwards. | |
| TArray< FSearchResultDto > | Results |
| Search results. | |
| FSearchWarningDto | ResultsWarning |
| Warning about the search results. | |
Public Attributes inherited from FResponseDto | |
| FString | Duration |
| Duration of the request in human-readable format. | |
#/components/schemas/SearchResponse