kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
openapi-model
/
io.github.hfhbd.kfx.openapi
/
OpenApi
/
Info
/
Contact
Contact
@
Serializable
data
class
Contact
(
val
name
:
String
?
=
null
,
val
identifier
:
String
?
=
null
,
val
url
:
String
?
=
null
)
(
source
)
Members
Constructors
Contact
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
identifier
:
String
?
=
null
,
url
:
String
?
=
null
)
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
?