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

    Interface AttachmentArchiveImpl

    interface AttachmentArchiveImpl {
        entries?: Version3Models.AttachmentArchiveEntry[];
        totalEntryCount?: number;
    }
    Index

    Properties

    The list of the items included in the archive.

    totalEntryCount?: number

    The number of items in the archive.