Initializer
init(statusCode:reason:mediaType:contents:symbol:)
Initialize a value to describe documentation about a dictionary key for a symbol.
init(statusCode: UInt, reason: String?, mediaType: String?, contents: [any Markup], symbol: SymbolGraph.Symbol? = nil)
Parameters
statusCodeThe status code of the response.
reasonThe status reason message of the response.
mediaTypeThe media type of the response.
contentsThe content that describe this response.
symbolThe symbol data extracted from the symbol graph.