AttachmentVO Data Type
| name | data type | description |
|---|---|---|
| downloadURL | string | |
| fileName | string | |
| principal | boolean | |
| attachment | boolean |
Example
{
"downloadURL" : "...",
"fileName" : "...",
"principal" : true,
"attachment" : true
}
| name | data type | description |
|---|---|---|
| downloadURL | string | |
| fileName | string | |
| principal | boolean | |
| attachment | boolean |
Example
{
"downloadURL" : "...",
"fileName" : "...",
"principal" : true,
"attachment" : true
}