Click or drag to resize

SwaggerParameter Properties

The SwaggerParameter type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description
(Inherited from SwaggerSchemaElement)
Public propertyEnum Enumerated types
(Inherited from SwaggerSchemaElement)
Public propertyFormat Gets or sets the type of the element
(Inherited from SwaggerSchemaElement)
Public propertyItems Items for reference
(Inherited from SwaggerSchemaElement)
Public propertyLocation Gets location of the parameter
Public propertyName Gets or sets the name of the parameter
Public propertyRequired Gets whether the parameter is required
(Inherited from SwaggerSchemaElement)
Public propertySchema Gets or sets the schema of the element
(Inherited from SwaggerSchemaElement)
Public propertyType Gets or sets the type of the element
(Inherited from SwaggerSchemaElement)
Public propertyXml Gets or sets the XML information
(Inherited from SwaggerSchemaElement)
Top
See Also