JobAttachmentCreator Data Type

Properties
name data type description
name string
contentType JobAttachmentType
body string

Example

{
  "name" : "...",
  "contentType" : "COMMAND",
  "body" : "..."
}