Attachment Data Type

Properties
name data type description
contentDisposition ContentDisposition
object object
contentType MediaType
contentId string
dataHandler string
headers map of array of string

Example

{
  "contentDisposition" : {
    "type" : "...",
    "parameters" : {
      "property1" : "...",
      "property2" : "..."
    }
  },
  "object" : { },
  "contentType" : {
    "type" : "...",
    "wildcardSubtype" : true,
    "parameters" : {
      "property1" : "...",
      "property2" : "..."
    },
    "wildcardType" : true,
    "subtype" : "..."
  },
  "contentId" : "...",
  "dataHandler" : "...",
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}