toloka.client.user_skill.UserSkill
| Source code
UserSkill( self, *, id: Optional[str] = None, skill_id: Optional[str] = None, user_id: Optional[str] = None, value: Optional[int] = None, exact_value: Optional[Decimal] = None, created: Optional[datetime] = None, modified: Optional[datetime] = None)
A Toloker's skill value.
Parameters | Type | Description |
---|---|---|
id | Optional[str] | The ID of the Toloker's skill value. |
user_id | Optional[str] | The ID of the Toloker. |
skill_id | Optional[str] | The ID of the skill. |
exact_value | Optional[Decimal] | The fractional value of the skill. Allowed values: from 0 to 100. |
value | Optional[int] | The value of the skill rounded to the nearest integer. |
created | Optional[datetime] | The date and time when the skill was assigned the first time. |
modified | Optional[datetime] | The date and time when the skill value was updated. |
Last updated: August 28, 2023