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
/
BuildPruneResponse
Build
Prune
Response
@
Serializable
data
class
BuildPruneResponse
(
val
cachesDeleted
:
List
<
String
>
?
=
null
,
val
spaceReclaimed
:
Long
?
=
null
)
Parameters
caches
Deleted
space
Reclaimed
Disk space reclaimed in bytes
Members
Constructors
Build
Prune
Response
Link copied to clipboard
constructor
(
cachesDeleted
:
List
<
String
>
?
=
null
,
spaceReclaimed
:
Long
?
=
null
)
Properties
caches
Deleted
Link copied to clipboard
@
SerialName
(
value
=
"CachesDeleted"
)
val
cachesDeleted
:
List
<
String
>
?
space
Reclaimed
Link copied to clipboard
@
SerialName
(
value
=
"SpaceReclaimed"
)
val
spaceReclaimed
:
Long
?