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
/
SwarmUnlockRequest
Swarm
Unlock
Request
@
Serializable
data
class
SwarmUnlockRequest
(
val
unlockKey
:
String
?
=
null
)
Parameters
unlock
Key
The swarm's unlock key.
Members
Constructors
Swarm
Unlock
Request
Link copied to clipboard
constructor
(
unlockKey
:
String
?
=
null
)
Properties
unlock
Key
Link copied to clipboard
@
SerialName
(
value
=
"UnlockKey"
)
val
unlockKey
:
String
?