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