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

    Interface AttachmentArchiveMetadataReadable

    Metadata for an archive (for example a zip) and its contents.

    interface AttachmentArchiveMetadataReadable {
        entries?: Version3Models.AttachmentArchiveItemReadable[];
        id?: number;
        mediaType?: string;
        name?: string;
        totalEntryCount?: number;
    }
    Index

    Properties

    The list of the items included in the archive.

    id?: number

    The ID of the attachment.

    mediaType?: string

    The MIME type of the attachment.

    name?: string

    The name of the archive file.

    totalEntryCount?: number

    The number of items included in the archive.