data class SwaggerRoute
<init> |
SwaggerRoute(verb: HttpMethod, path: String, opId: String, op: Operation, authRoles: Roles, swaggerFile: OpenAPI, swaggerCache: ResolverCache) |
authRoles |
val authRoles: Roles |
op |
val op: Operation |
opId |
val opId: String |
path |
val path: String |
swaggerCache |
val swaggerCache: ResolverCache |
swaggerFile |
val swaggerFile: OpenAPI |
verb |
val verb: HttpMethod |