C# Class Swashbuckle.Swagger.Parameter

Inheritance: PartialSchema
Show 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 property

public string @in
return string

description public property

public string description
return string

name public property

public string name
return string

required public property

public bool? required
return bool?

schema public property

public Schema,Swashbuckle.Swagger schema
return Schema

vendorExtensions public property

public Dictionary vendorExtensions
return object>.Dictionary