C# Class Swashbuckle.Swagger.Info

Show file 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 property

public Contact,Swashbuckle.Swagger contact
return Contact

description public property

public string description
return string

license public property

public License,Swashbuckle.Swagger license
return License

termsOfService public property

public string termsOfService
return string

title public property

public string title
return string

vendorExtensions public property

public Dictionary vendorExtensions
return object>.Dictionary

version public property

public string version
return string