toloka.client.attachment.Attachment.Details
| Source code
Details( self, *, user_id: Optional[str] = None, assignment_id: Optional[str] = None, pool_id: Optional[str] = None)
Information about the pool, task, and the Toloker from which the file was received.
Parameters | Type | Description |
---|---|---|
user_id | Optional[str] | ID of the Toloker from whom the file was received. |
assignment_id | Optional[str] | ID for issuing a set of tasks to the Toloker. |
pool_id | Optional[str] | Pool ID. |