AttachmentVO Data Type

Properties
name data type description
downloadURL string
fileName string
principal boolean
attachment boolean

Example

{
  "downloadURL" : "...",
  "fileName" : "...",
  "principal" : true,
  "attachment" : true
}