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
/
ImageInspectRootFS
Image
Inspect
Root
FS
@
Serializable
data
class
ImageInspectRootFS
(
val
type
:
String
,
val
layers
:
List
<
String
>
?
=
null
)
Information about the image's RootFS, including the layer IDs.
Parameters
type
layers
Members
Constructors
Image
Inspect
Root
FS
Link copied to clipboard
constructor
(
type
:
String
,
layers
:
List
<
String
>
?
=
null
)
Properties
layers
Link copied to clipboard
@
SerialName
(
value
=
"Layers"
)
val
layers
:
List
<
String
>
?
type
Link copied to clipboard
@
SerialName
(
value
=
"Type"
)
@
Required
val
type
:
String