C# Class Swashbuckle.Swagger.Parameter

Inheritance: PartialSchema
Mostra file Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Public Properties

Property Type Description
@in string
description string
name string
required bool?
schema Schema
vendorExtensions object>.Dictionary

Property Details

@in public_oe property

public string @in
return string

description public_oe property

public string description
return string

name public_oe property

public string name
return string

required public_oe property

public bool? required
return bool?

schema public_oe property

public Schema,Swashbuckle.Swagger schema
return Schema

vendorExtensions public_oe property

public Dictionary vendorExtensions
return object>.Dictionary