Interface HonuaUpdateAttachmentResponse

Response from updateAttachment.

interface HonuaUpdateAttachmentResponse {
    updateAttachmentResult: HonuaAttachmentEditResult;
}

Properties

updateAttachmentResult: HonuaAttachmentEditResult