The date a file was originally attached to a ticket.
SoftLayer tickets can have have files attached to them. Attaching a file to a ticket is a good way to report issues, provide documentation, and give examples of an issue. Both SoftLayer customers and employees have the ability to attach files to a ticket. The SoftLayer_Ticket_Attachment_File data type models a single file attached to a ticket.
The date a file was originally attached to a ticket.
dateTime
The name of a file attached to a ticket.
string
The size of a file attached to a ticket, measured in bytes.
string
A ticket file attachment's internal identifier.
integer
The date that a file attachment record was last modified.
dateTime
The internal identifier of the ticket that a file is attached to.
integer
The internal identifier of the ticket update the attached file is associated with.
integer
The internal identifier of the user that uploaded a ticket file attachment. This is only used when A file attachment's uploaderType is set to "USER".
string
The type of user that attached a file to a ticket. This is either "USER" if the file was uploaded by a portal or API user or "EMPLOYEE" if the file was uploaded by a SoftLayer employee.
string