Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/attachmentArchiveItemReadable.ts>AttachmentArchiveItemReadable

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface AttachmentArchiveItemReadable
import { type AttachmentArchiveItemReadable } from "https://deno.land/x/jira@v3.0.2/src/version2/models/attachmentArchiveItemReadable.ts";

Metadata for an item in an attachment archive.

Properties

optional
index: number

The position of the item within the archive.

optional
label: string

The label for the archive item.

optional
mediaType: string

The MIME type of the archive item.

optional
path: string

The path of the archive item.

optional
size: string

The size of the archive item.