Jira.js - Jira Cloud API library
    Preparing search index...

    Interface Attachment

    interface Attachment {
        author?: ServiceDeskModels.User;
        created?: Date;
        filename?: string;
        Links?: AttachmentLink;
        mimeType?: string;
        size?: number;
    }
    Index

    Properties

    created?: Date
    filename?: string

    Filename of the item attached.

    mimeType?: string

    MIME type of the attachment.

    size?: number

    Size of the attachment in bytes.