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
/
EngineDescription
Engine
Description
@
Serializable
data
class
EngineDescription
(
val
engineVersion
:
String
?
=
null
,
val
labels
:
Map
<
String
,
String
>
?
=
null
,
val
plugins
:
List
<
EngineDescriptionPluginsInner
>
?
=
null
)
EngineDescription provides information about an engine.
Parameters
engine
Version
labels
plugins
Members
Constructors
Engine
Description
Link copied to clipboard
constructor
(
engineVersion
:
String
?
=
null
,
labels
:
Map
<
String
,
String
>
?
=
null
,
plugins
:
List
<
EngineDescriptionPluginsInner
>
?
=
null
)
Properties
engine
Version
Link copied to clipboard
@
SerialName
(
value
=
"EngineVersion"
)
val
engineVersion
:
String
?
labels
Link copied to clipboard
@
SerialName
(
value
=
"Labels"
)
val
labels
:
Map
<
String
,
String
>
?
plugins
Link copied to clipboard
@
SerialName
(
value
=
"Plugins"
)
val
plugins
:
List
<
EngineDescriptionPluginsInner
>
?