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

Properties

The list of the items included in the archive.

totalEntryCount?: number

The number of items in the archive.