C# Class Swashbuckle.Swagger.Parameter

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

Méthodes publiques

Свойство Type Description
@in string
description string
name string
required bool?
schema Schema
vendorExtensions object>.Dictionary

Property Details

@in public_oe property

public string @in
Résultat string

description public_oe property

public string description
Résultat string

name public_oe property

public string name
Résultat string

required public_oe property

public bool? required
Résultat bool?

schema public_oe property

public Schema,Swashbuckle.Swagger schema
Résultat Schema

vendorExtensions public_oe property

public Dictionary vendorExtensions
Résultat object>.Dictionary