toloka.client.user_restriction.ProjectUserRestriction
| Source code
ProjectUserRestriction( self, *, user_id: Optional[str] = None, private_comment: Optional[str] = None, will_expire: Optional[datetime] = None, id: Optional[str] = None, created: Optional[datetime] = None, project_id: Optional[str] = None)
Forbid the Toloker to complete tasks from a specific project
Parameters | Type | Description |
---|---|---|
user_id | Optional[str] | The ID of the Toloker. |
private_comment | Optional[str] | A comment for you why access to this Toloker was restricted. |
will_expire | Optional[datetime] | When access is restored. If you do not set the parameter, then the access restriction is permanent. |
id | Optional[str] | The identifier of a specific fact of access restriction. Read-only field. |
created | Optional[datetime] | Date and time when the fact of access restriction was created. Read-only field. |
project_id | Optional[str] | Project identifier to which access will be denied. |