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