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
/
Tag
Tag
data
class
Tag
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
summary
:
String
?
=
null
,
val
parent
:
String
?
=
null
,
val
kind
:
String
?
=
null
)
(
source
)
Members
Constructors
Tag
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
summary
:
String
?
=
null
,
parent
:
String
?
=
null
,
kind
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
kind
Link copied to clipboard
val
kind
:
String
?
name
Link copied to clipboard
val
name
:
String
parent
Link copied to clipboard
val
parent
:
String
?
summary
Link copied to clipboard
val
summary
:
String
?