DocsParameter

constructor(name: String, description: String, isOptional: Boolean, isLikelyNamed: Boolean, isLikelyBody: Boolean)

Parameters

name

the name of the parameter

description

the description of the parameter, possibly in HTML format

isOptional

whether the parameter is optional

isLikelyNamed

whether the parameter is likely to be passed as a named parameter

isLikelyBody

whether the parameter is likely to be passed as a body parameter