toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
Progress
Progress
@
JsonSerializable
data
class
Progress
(
val
progressToken
:
ProgressToken
,
val
progress
:
Int
,
val
total
:
Double
?
=
null
,
val
description
:
String
?
=
null
)
Members
Constructors
Progress
Link copied to clipboard
constructor
(
progressToken
:
ProgressToken
,
progress
:
Int
,
total
:
Double
?
=
null
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
progress
Link copied to clipboard
val
progress
:
Int
progress
Token
Link copied to clipboard
val
progressToken
:
ProgressToken
total
Link copied to clipboard
val
total
:
Double
?
=
null