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

    Interface AttachmentArchiveEntry

    interface AttachmentArchiveEntry {
        abbreviatedName?: string;
        entryIndex?: number;
        mediaType?: string;
        name?: string;
        size?: number;
    }
    Index

    Properties

    abbreviatedName?: string
    entryIndex?: number
    mediaType?: string
    name?: string
    size?: number