Initializer
init(name:source:contents:symbol:required:)
Initialize a value to describe documentation about a parameter for an HTTP request symbol.
init(name: String, source: String?, contents: [any Markup], symbol: SymbolGraph.Symbol? = nil, required: Bool = false)
Parameters
nameThe name of this parameter.
sourceThe source of this parameter, such as “query” or “path”.
contentsThe content that describe this parameter.
symbolThe symbol data extracted from the symbol graph.
requiredFlag indicating whether the parameter is required to be present in the request.