C# 클래스 Swashbuckle.Swagger.Parameter

상속: PartialSchema
파일 보기 프로젝트 열기: BenjaminAdams/Swashbuckle-blue 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
@in string
description string
name string
required bool?
schema Schema
vendorExtensions object>.Dictionary

프로퍼티 상세

@in 공개적으로 프로퍼티

public string @in
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

required 공개적으로 프로퍼티

public bool? required
리턴 bool?

schema 공개적으로 프로퍼티

public Schema,Swashbuckle.Swagger schema
리턴 Schema

vendorExtensions 공개적으로 프로퍼티

public Dictionary vendorExtensions
리턴 object>.Dictionary