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
/
IDResponse
IDResponse
@
Serializable
data
class
IDResponse
(
val
id
:
String
)
Response to an API call that returns just an Id
Parameters
id
The id of the newly created object.
Members
Constructors
IDResponse
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"Id"
)
@
Required
val
id
:
String