toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
Info
Info
@
Serializable
data
class
Info
(
val
title
:
String
,
val
description
:
String
,
val
contact
:
Contact
,
val
license
:
License
,
val
version
:
String
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
contact
:
Contact
,
license
:
License
,
version
:
String
)
Properties
contact
Link copied to clipboard
val
contact
:
Contact
description
Link copied to clipboard
val
description
:
String
license
Link copied to clipboard
val
license
:
License
title
Link copied to clipboard
val
title
:
String
version
Link copied to clipboard
val
version
:
String