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