toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
Method
Method
@
Serializable
data
class
Method
(
val
name
:
String
,
val
tags
:
List
<
Tag
>
,
val
description
:
String
=
""
,
val
params
:
List
<
Param
>
,
val
result
:
Result
)
Members
Constructors
Method
Link copied to clipboard
constructor
(
name
:
String
,
tags
:
List
<
Tag
>
,
description
:
String
=
""
,
params
:
List
<
Param
>
,
result
:
Result
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
params
Link copied to clipboard
val
params
:
List
<
Param
>
result
Link copied to clipboard
val
result
:
Result
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>