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