Array of objects that specifies:
- 
A unique
name(required) for theContent-Dispositionheader of the part. - 
A
value(required) for the content of the part. - 
mime(optional for strings) for the mime type (for example,application/json) to apply to content within the part. This setting can be used to transform the input type, for example, from JSON to XML. - 
An optional
fileNamevalue that you can supply to thefilenameparameter in the part’sContent-Dispositionheader. 



