toloka.client.search_results.AttachmentSearchResult
AttachmentSearchResult( self, *, items: Optional[List[Attachment]] = None, has_more: Optional[bool] = None)
The result of searching attachments.
Parameters | Type | Description |
---|---|---|
items | Optional[List[Attachment]] | A list with found attachments. |
has_more | Optional[bool] | A flag showing whether there are more matching attachments.
|
Last updated: August 28, 2023