C# Class Swashbuckle.Swagger.Response

Show file Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Public Properties

Property Type Description
description string
examples object
headers Header>.IDictionary
schema Schema

Property Details

description public property

public string description
return string

examples public property

public object examples
return object

headers public property

public IDictionary headers
return Header>.IDictionary

schema public property

public Schema,Swashbuckle.Swagger schema
return Schema