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
/
FilesystemChange
Filesystem
Change
@
Serializable
data
class
FilesystemChange
(
val
path
:
String
,
val
kind
:
ChangeType
)
Change in the container's filesystem.
Parameters
path
Path to file or directory that has changed.
kind
Members
Constructors
Filesystem
Change
Link copied to clipboard
constructor
(
path
:
String
,
kind
:
ChangeType
)
Properties
kind
Link copied to clipboard
@
SerialName
(
value
=
"Kind"
)
@
Required
val
kind
:
ChangeType
path
Link copied to clipboard
@
SerialName
(
value
=
"Path"
)
@
Required
val
path
:
String