http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-api-openapi
/
org.http4k.contract.openapi
/
ApiInfo
Api
Info
data
class
ApiInfo
(
val
title
:
String
,
val
version
:
String
,
val
description
:
String
?
=
null
,
val
summary
:
String
?
=
null
,
val
license
:
ApiLicense
?
=
null
)
(
source
)
Members
Constructors
Api
Info
Link copied to clipboard
constructor
(
title
:
String
,
version
:
String
,
description
:
String
?
=
null
,
summary
:
String
?
=
null
,
license
:
ApiLicense
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
license
Link copied to clipboard
val
license
:
ApiLicense
?
summary
Link copied to clipboard
val
summary
:
String
?
title
Link copied to clipboard
val
title
:
String
version
Link copied to clipboard
val
version
:
String