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
/
ApiLicense
Api
License
data
class
ApiLicense
(
val
name
:
String
,
val
identifier
:
String
?
=
null
,
val
url
:
String
?
=
null
)
(
source
)
Members
Constructors
Api
License
Link copied to clipboard
constructor
(
name
:
String
,
identifier
:
String
?
=
null
,
url
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
identifier
Link copied to clipboard
val
identifier
:
String
?
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
String
?