Path

constructor(description: String? = null, operationId: String? = null, tags: List<String> = emptyList(), produces: List<String> = emptyList(), consumes: List<String> = emptyList(), parameters: List<Swagger.Parameter> = emptyList(), responses: Map<String, Swagger.Path.Response>, deprecated: Boolean = false)(source)