SwaggerUiConfig

constructor(pageTitle: String = "Swagger UI", url: String = "https://petstore.swagger.io/v2/swagger.json", domId: String = "swagger-ui", queryConfigEnabled: Boolean? = null, displayOperationId: Boolean? = null, displayRequestDuration: Boolean? = null, requestSnippetsEnabled: Boolean? = null, tryItOutEnabled: Boolean? = null, deepLinking: Boolean? = null, oauth2RedirectUrl: String? = null, withCredentials: Boolean? = null, persistAuthorization: Boolean? = null, layout: String = "BaseLayout", presets: List<String> = listOf("SwaggerUIBundle.presets.apis"))