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