toloka.client.actions.Restriction
| Source code
Restriction( self, *, scope: Union[UserRestriction.Scope, str, None] = None, duration_days: Optional[int] = None, private_comment: Optional[str] = None)
Restricts Toloker's access to projects or pools.
To have better control over restriction period use RestrictionV2.
Parameters | Type | Description |
---|---|---|
scope | Union[UserRestriction.Scope, str, None] |
|
duration_days | Optional[int] | A blocking period in days. If the |
private_comment | Optional[str] | A private comment. It is visible only to the requester. |