Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
ProgressDetail
Progress
Detail
@
Serializable
data
class
ProgressDetail
(
val
current
:
Int
?
=
null
,
val
total
:
Int
?
=
null
)
Parameters
current
total
Members
Constructors
Progress
Detail
Link copied to clipboard
constructor
(
current
:
Int
?
=
null
,
total
:
Int
?
=
null
)
Properties
current
Link copied to clipboard
@
SerialName
(
value
=
"current"
)
val
current
:
Int
?
total
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
total
:
Int
?