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

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

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.