TicketEventAttachment
Object containing a set of fields for ticket attachment. TicketEventAttachment
export interface TicketEventAttachment {
'filename'?: string;
'id'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
filename | Optional | string | The name and the extension of the attached file. {string} TicketEventAttachment |
id | Optional | string | Attachment identifier. {string} TicketEventAttachment |