Instance Property
parameters
A list of request parameters, if applicable.
var parameters: [RenderProperty]?
Discussion
If the body content is multipart/form-data encoded, it contains a list of parameters. Each of these parameters is a RESTParameter and it has its own value-content encoding, name, type, and description.