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