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
/
EngineDescriptionPluginsInner
Engine
Description
Plugins
Inner
@
Serializable
data
class
EngineDescriptionPluginsInner
(
val
type
:
String
?
=
null
,
val
name
:
String
?
=
null
)
Parameters
type
name
Members
Constructors
Engine
Description
Plugins
Inner
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
name
:
String
?
=
null
)
Properties
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"Type"
)
val
type
:
String
?