Interface HonuaAttachmentGroup

Response from attachment query with grouped results.

interface HonuaAttachmentGroup {
    attachmentInfos?: HonuaAttachmentInfo[];
    parentObjectId: number;
}

Properties

attachmentInfos?: HonuaAttachmentInfo[]
parentObjectId: number