AppSearchResult
toloka.client.search_results.AppSearchResult
AppSearchResult(
self,
*,
content: Optional[List[App]] = None,
has_more: Optional[bool] = None
)
The list of found Apps and whether there is something else on the original request.
It's better to use TolokaClient.get_apps(), which already implements the correct handling of the search result.
Parameters Description
Parameters | Type | Description |
---|---|---|
items |
- | List of found Apps. |
has_more |
Optional[bool] | Whether the list is complete:
|