AssignmentAttachment
toloka.client.attachment.AssignmentAttachment
| Source code
AssignmentAttachment(
self,
*,
id: Optional[str] = None,
name: Optional[str] = None,
details: Optional[Attachment.Details] = None,
created: Optional[datetime] = None,
media_type: Optional[str] = None,
owner: Optional[Owner] = None
)
Assignment Attachment.
Parameters Description
Parameters | Type | Description |
---|---|---|
id |
Optional[str] | File ID. |
name |
Optional[str] | File name. |
details |
Optional[Attachment.Details] | Infomation about the pool, the task, and the user who uploaded the file. |
created |
Optional[datetime] | Date the file was uploaded to Toloka. |
media_type |
Optional[str] | MIME data type. |
owner |
Optional[Owner] | Owner |