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
/
PluginConfigRootfs
Plugin
Config
Rootfs
@
Serializable
data
class
PluginConfigRootfs
(
val
type
:
String
?
=
null
,
val
diffIds
:
List
<
String
>
?
=
null
)
Parameters
type
diff
Ids
Members
Constructors
Plugin
Config
Rootfs
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
diffIds
:
List
<
String
>
?
=
null
)
Properties
diff
Ids
Link copied to clipboard
@
SerialName
(
value
=
"diff_ids"
)
val
diffIds
:
List
<
String
>
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?