Initializer
init(title:mimeType:bodyContentType:content:parameters:)
Creates a new REST body section.
init(title: String, mimeType: String, bodyContentType: [DeclarationRenderSection.Token], content: [RenderBlockContent]?, parameters: [RenderProperty]?)
Parameters
titleThe title for the section.
mimeTypeContent MIME type for the request body.
bodyContentTypeA declaration that describes the body content.
contentDetails about the request body, if any.
parametersThe list of parameters for the body, if any.