toloka.client.search_results.TaskSearchResult
TaskSearchResult( self, *, items: Optional[List[Task]] = None, has_more: Optional[bool] = None)
The result of searching tasks.
Parameters | Type | Description |
---|---|---|
items | Optional[List[Task]] | A list with found tasks. |
has_more | Optional[bool] | A flag showing whether there are more matching tasks.
|
Last updated: August 28, 2023