C# Class Swashbuckle.Swagger.Info

显示文件 Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Public Properties

Property Type Description
contact Contact
description string
license License
termsOfService string
title string
vendorExtensions object>.Dictionary
version string

Property Details

contact public_oe property

public Contact,Swashbuckle.Swagger contact
return Contact

description public_oe property

public string description
return string

license public_oe property

public License,Swashbuckle.Swagger license
return License

termsOfService public_oe property

public string termsOfService
return string

title public_oe property

public string title
return string

vendorExtensions public_oe property

public Dictionary vendorExtensions
return object>.Dictionary

version public_oe property

public string version
return string