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