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
/
ContainerPruneResponse
Container
Prune
Response
@
Serializable
data
class
ContainerPruneResponse
(
val
containersDeleted
:
List
<
String
>
?
=
null
,
val
spaceReclaimed
:
Long
?
=
null
)
Parameters
containers
Deleted
Container IDs that were deleted
space
Reclaimed
Disk space reclaimed in bytes
Members
Constructors
Container
Prune
Response
Link copied to clipboard
constructor
(
containersDeleted
:
List
<
String
>
?
=
null
,
spaceReclaimed
:
Long
?
=
null
)
Properties
containers
Deleted
Link copied to clipboard
@
SerialName
(
value
=
"ContainersDeleted"
)
val
containersDeleted
:
List
<
String
>
?
space
Reclaimed
Link copied to clipboard
@
SerialName
(
value
=
"SpaceReclaimed"
)
val
spaceReclaimed
:
Long
?