interface AttachTemporaryFile {
    attachment: Attachment | Attachment[];
    serviceDeskId: string;
}

Properties

attachment: Attachment | Attachment[]
serviceDeskId: string

The ID of the Service Desk to which the file will be attached. This can alternatively be a project identifier.