SwiftDocCHTTPParameterStructureHTTPParameterDocumentation about a parameter for an HTTP request.struct HTTPParameterTopicsInitializersinit(name: String, source: String?, contents: [any Markup], symbol: SymbolGraph.Symbol?, required: Bool)Initialize a value to describe documentation about a parameter for an HTTP request symbol.Instance Propertiesvar contents: [any Markup]The content that describe the parameter.var name: StringThe name of the parameter.var required: BoolThe required status of the parameter.var source: String?The source of the parameter, such as “query” or “path”.var symbol: SymbolGraph.Symbol?The symbol graph symbol representing this parameter.