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