Attachment
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
attachmentId | string | No | ||
contentType | string | No | ||
filename | string | No | ||
length | number | No | ||
objectId | string | No |
Schema
{
"type": "object",
"description": "Attachment",
"properties": {
"contentType": {
"type": "string"
},
"length": {
"type": "number"
},
"filename": {
"type": "string"
},
"objectId": {
"type": "string"
},
"attachmentId": {
"type": "string"
}
},
"id": "attachment"
}