Attachment
Attachment |
Purpose
An object containing information about a single attachment.
Arguments
filename: str
|
filename of the attachment
|
description: str
|
description of the attachment
|
tags: List[str]
|
collection of tags associated with the attachment
|
size: int
|
size of the attachment, in bytes
|
last_modified_user: str
|
name of the last Insight user to modify the attachment
|
last_modified_date: datetime.datetime
|
date and time of last modification to attachment
|
hidden: bool
|
whether the attachment is hidden from the UI
|