C# Class Swashbuckle.Swagger.Response

Afficher le fichier Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Méthodes publiques

Свойство Type Description
description string
examples object
headers Header>.IDictionary
schema Schema

Property Details

description public_oe property

public string description
Résultat string

examples public_oe property

public object examples
Résultat object

headers public_oe property

public IDictionary headers
Résultat Header>.IDictionary

schema public_oe property

public Schema,Swashbuckle.Swagger schema
Résultat Schema