NAME
JIRA::API::Attachment -
SYNOPSIS
my $obj = JIRA::API::Attachment->new();
...
PROPERTIES
author
Details of the user who added the attachment.
content
The content of the attachment.
created
The datetime the attachment was created.
filename
The file name of the attachment.
id
The ID of the attachment.
mimeType
The MIME type of the attachment.
self
The URL of the attachment details response.
size
The size of the attachment.
thumbnail
The URL of a thumbnail representing the attachment.