All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fintrospect.renderers.swagger2dot0.ApiInfo.scala Maven / Gradle / Ivy

There is a newer version: 12.21.1
Show newest version
package io.fintrospect.renderers.swagger2dot0

/**
 * Main API description details.
 */
case class ApiInfo(title: String, version: String, description: Option[String] = None)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy