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